diff --git a/warner.install b/warner.install index ce04ffd..9fed81c 100644 --- a/warner.install +++ b/warner.install @@ -7,4 +7,11 @@ post_install() { post_upgrade() { post_install +} + +post_remove() { + for x in apt apt-get zypper dnf eopkg apk; do + rm -f /usr/bin/$x + echo "removed the link to $x" + done } \ No newline at end of file