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