DEBSOURCES
Skip Quicknav
sources / util-linux / 2.41-5 / debian / util-linux.postrm
12345678910111213141516
#!/bin/sh set -e case "$1" in remove) ;; purge) rm -f /etc/adjtime ;; *) ;; esac #DEBHELPER#