From 54987baa2946868ae04e93090d4da5693afaa3b1 Mon Sep 17 00:00:00 2001 From: Denis Kozadaev Date: Thu, 30 Jan 2020 22:13:12 +0300 Subject: DilOS: tdebase build pack Signed-off-by: Denis Kozadaev (cherry picked from commit 042414011edfd405230b65e77e2b14870852760f) --- dilos/tdebase/debian/kcontrol-trinity.preinst | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dilos/tdebase/debian/kcontrol-trinity.preinst (limited to 'dilos/tdebase/debian/kcontrol-trinity.preinst') diff --git a/dilos/tdebase/debian/kcontrol-trinity.preinst b/dilos/tdebase/debian/kcontrol-trinity.preinst new file mode 100644 index 000000000..023e4f891 --- /dev/null +++ b/dilos/tdebase/debian/kcontrol-trinity.preinst @@ -0,0 +1,28 @@ +#! /bin/sh -e + +if [ "${BASEDIR:=/}" = "/" ]; then + BASEDIR="" +fi + +case "$1" in + + upgrade) + rm -f /etc/trinity/kuriikwsfilterrc + ;; + + install) + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; + +esac + +#DEBHELPER# + +exit 0 -- cgit v1.2.1