From d731b1222e17e0081e5e4e1fc9603b67ba0b72e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:30:36 +0200 Subject: Adding debian version 2.38.1-5. Signed-off-by: Daniel Baumann --- debian/util-linux.postrm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/util-linux.postrm (limited to 'debian/util-linux.postrm') diff --git a/debian/util-linux.postrm b/debian/util-linux.postrm new file mode 100644 index 0000000..6a5c53c --- /dev/null +++ b/debian/util-linux.postrm @@ -0,0 +1,16 @@ +#!/bin/sh +set -e + +case "$1" in + remove) + ;; + + purge) + rm -f /etc/adjtime + ;; + + *) + ;; +esac + +#DEBHELPER# -- cgit v1.2.3