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

10 lines
278 B
Plaintext

post_upgrade() {
if [[ ! -f /etc/.pkg_warner ]]; then
for n in apt apt-get dnf eopkg yum zypper; do
[[ -f /usr/bin/$n ]] && rm -f /usr/bin/$n && echo "Removed $n warner exec"
done
else
echo "New package warner is installed."
fi
}