diff options
Diffstat (limited to 'ubuntu/_base/metapackages/trinity-apt-archive/debian/postinst')
-rw-r--r-- | ubuntu/_base/metapackages/trinity-apt-archive/debian/postinst | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ubuntu/_base/metapackages/trinity-apt-archive/debian/postinst b/ubuntu/_base/metapackages/trinity-apt-archive/debian/postinst deleted file mode 100644 index 0319ce224..000000000 --- a/ubuntu/_base/metapackages/trinity-apt-archive/debian/postinst +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# postinst script for trinity-apt-archive - -set -e - -case "$1" in - configure) - ;; - - remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - ;; - - *) - 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 |