]> git.proxmox.com Git - ksm-control-daemon.git/commitdiff
debian: delete useles postrm adaption
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 May 2021 08:33:25 +0000 (10:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 May 2021 08:33:35 +0000 (10:33 +0200)
as there wasn't really adapted anything...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/postrm [deleted file]

diff --git a/debian/postrm b/debian/postrm
deleted file mode 100644 (file)
index aa8f7a6..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-case "$1" in
-    purge)
-    ;;
-
-    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-    ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#