0x1998 - MANAGER
Edit File: util-linux.postrm
#!/bin/sh set -e case "$1" in remove) ;; purge) update-rc.d hwclock.sh remove >/dev/null || true rm -f /etc/adjtime ;; *) ;; esac