From bec9fb353f66538233bffc115711f3479a7c0ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 15 Jul 2018 22:01:09 +0200 Subject: Remove *.postinst, *.postrm and *.preinst --- debian/argyll-dbg.postrm | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 debian/argyll-dbg.postrm (limited to 'debian/argyll-dbg.postrm') diff --git a/debian/argyll-dbg.postrm b/debian/argyll-dbg.postrm deleted file mode 100644 index 0ebb9d3..0000000 --- a/debian/argyll-dbg.postrm +++ /dev/null @@ -1,33 +0,0 @@ -#! /bin/sh -# postrm script for argyll -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `purge' -# * `upgrade' -# * `failed-upgrade' -# * `abort-install' -# * `abort-install' -# * `abort-upgrade' -# * `disappear' overwrit>r> -# for details, see /usr/share/doc/packaging-manual/ - -case "$1" in - purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - dpkg-maintscript-helper symlink_to_dir /usr/share/doc/argyll-dbg /usr/share/doc/argyll-doc 1.6.3-2~ -- "$@" - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 0 - -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# -- cgit v1.2.3