debian: refresh debian packaging to use current best practices
[grml-udev-config.git] / debian / postinst
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644 (file)
index 329ff4c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-# postinst script for grml-udev-config
-
-set -e
-
-case "$1" in
-    configure)
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0