Files
handsome-feng 1c09ca6eb1 Initial release
2020-05-12 16:34:55 +08:00

9 lines
254 B
Bash

#!/bin/sh
if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
if [ -h /etc/apt/trusted.gpg.d/ukui-keyring.gpg ]; then
# our symlink is still there, we need to remove it to clean up
rm /etc/apt/trusted.gpg.d/ukui-keyring.gpg
fi
fi