You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amethyst/amethyst.install

7 lines
186 B
Plaintext

post_upgrade() {
if [[ ! -f /var/db/pkg_warner ]]; then
for n in apt apt-get dnf eopkg yum zypper; do
[[ -f /usr/bin/$n ]] && rm /usr/bin/$n
done
fi
}