From 83500398a8b6e53e016fcf65856797fd7f806dbd Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Fri, 21 Sep 2007 21:51:01 -0600 Subject: [PATCH] util-linux.postrm: remove /etc/adjtime on purge. Closes: #245236 Signed-off-by: LaMont Jones --- debian/util-linux.postrm | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/util-linux.postrm b/debian/util-linux.postrm index 804cadfe..5e02ad26 100644 --- a/debian/util-linux.postrm +++ b/debian/util-linux.postrm @@ -6,6 +6,7 @@ case "$1" in purge) update-rc.d hwclock.sh remove >/dev/null update-rc.d hwclockfirst.sh remove >/dev/null + rm -f /etc/adjtime ;; *) ;; -- 2.39.5