summaryrefslogtreecommitdiffstats
path: root/debian/wheezy/tdebase/debian/tdebase-trinity-bin.postinst
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-04-17 13:34:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-04-17 13:34:20 +0900
commit91ca3cd9063a46dc1426459f73d3898d5c94d778 (patch)
treef3c402dce8dae27c5e7752ef9c91c520c268710d /debian/wheezy/tdebase/debian/tdebase-trinity-bin.postinst
parent57648e749a048d432aa7437412f99e8b6091425d (diff)
downloadtde-packaging-91ca3cd9063a46dc1426459f73d3898d5c94d778.tar.gz
tde-packaging-91ca3cd9063a46dc1426459f73d3898d5c94d778.zip
Removed Debian/wheezy folder
Diffstat (limited to 'debian/wheezy/tdebase/debian/tdebase-trinity-bin.postinst')
-rw-r--r--debian/wheezy/tdebase/debian/tdebase-trinity-bin.postinst21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/wheezy/tdebase/debian/tdebase-trinity-bin.postinst b/debian/wheezy/tdebase/debian/tdebase-trinity-bin.postinst
deleted file mode 100644
index 454d0690d..000000000
--- a/debian/wheezy/tdebase/debian/tdebase-trinity-bin.postinst
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh
-
-set -e
-
-package_name=tdebase-trinity-bin
-
-if [ -z "$package_name" ]; then
- print >&2 "Internal Error. Please report a bug."
- exit 1;
-fi
-
-case "$1" in
- configure)
- ;;
- abort-upgrade)
- ;;
- *) echo "$0: didn't understand being called with \`$1'" 1>&2
- exit 0;;
-esac
-
-exit 0