diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-01-04 19:09:19 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-01-04 19:09:19 +0100 |
commit | 7cb13743cd20f21554410520d09837b3c412197d (patch) | |
tree | 42f160644c4c4bba3830fd1ec54595fb542e854d /debian/libonig2-dbg.postrm | |
parent | 6f5d6e0bfa8e6f8a3de16e4d537abcce4e94547d (diff) |
some work on debian/control and at the installation scripts
Diffstat (limited to 'debian/libonig2-dbg.postrm')
-rw-r--r-- | debian/libonig2-dbg.postrm | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/debian/libonig2-dbg.postrm b/debian/libonig2-dbg.postrm deleted file mode 100644 index 70afa31..0000000 --- a/debian/libonig2-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: -# * <postrm> `remove' -# * <postrm> `purge' -# * <old-postrm> `upgrade' <new-version> -# * <new-postrm> `failed-upgrade' <old-version> -# * <new-postrm> `abort-install' -# * <new-postrm> `abort-install' <old-version> -# * <new-postrm> `abort-upgrade' <old-version> -# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version> -# 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/libonig2-dbg /usr/share/doc/libonig2 5.9.6-1~ -- "$@" - ;; - - *) - 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# |