summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/metapackages/trinity-apt-archive/debian/postinst
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-10-01 00:26:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-10-01 00:26:56 +0900
commitcb2eb4a925c0e2642984c0d3ce129c4c86e2c8b6 (patch)
tree03ca3acf7c59e8113c89b0349c8b06a24e682e82 /ubuntu/_base/metapackages/trinity-apt-archive/debian/postinst
parent4cc67abd61d034541303fac26d25e2f83c2b9749 (diff)
downloadtde-packaging-cb2eb4a925c0e2642984c0d3ce129c4c86e2c8b6.tar.gz
tde-packaging-cb2eb4a925c0e2642984c0d3ce129c4c86e2c8b6.zip
DEB: updated after metapackages have been consolidated in one folder in main repo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/metapackages/trinity-apt-archive/debian/postinst')
-rw-r--r--ubuntu/_base/metapackages/trinity-apt-archive/debian/postinst24
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