summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/tdelibs/debian/tdelibs14-trinity.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/precise/tdelibs/debian/tdelibs14-trinity.postinst')
-rw-r--r--ubuntu/precise/tdelibs/debian/tdelibs14-trinity.postinst18
1 files changed, 18 insertions, 0 deletions
diff --git a/ubuntu/precise/tdelibs/debian/tdelibs14-trinity.postinst b/ubuntu/precise/tdelibs/debian/tdelibs14-trinity.postinst
new file mode 100644
index 000000000..6dbf5d9e1
--- /dev/null
+++ b/ubuntu/precise/tdelibs/debian/tdelibs14-trinity.postinst
@@ -0,0 +1,18 @@
+#!/bin/sh -e
+
+case "$1" in
+
+ upgrade|install)
+ ;;
+
+ abort-upgrade)
+ ;;
+
+ *)
+ ;;
+
+esac
+
+#DEBHELPER#
+
+exit 0