DEBSOURCES
Skip Quicknav
sources / update-notifier / 0.99.3debian11 / debian / update-notifier-common.postrm
123456789
#!/bin/sh set -e if [ "$1" = purge -a -d /var/lib/update-notifier ]; then rm -r --one-file-system /var/lib/update-notifier fi #DEBHELPER#