summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/core/tdebase/debian/ksmserver-trinity.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/_base/core/tdebase/debian/ksmserver-trinity.postrm')
-rw-r--r--ubuntu/_base/core/tdebase/debian/ksmserver-trinity.postrm21
1 files changed, 21 insertions, 0 deletions
diff --git a/ubuntu/_base/core/tdebase/debian/ksmserver-trinity.postrm b/ubuntu/_base/core/tdebase/debian/ksmserver-trinity.postrm
new file mode 100644
index 000000000..b4c661eaa
--- /dev/null
+++ b/ubuntu/_base/core/tdebase/debian/ksmserver-trinity.postrm
@@ -0,0 +1,21 @@
+#! /bin/sh -e
+
+package_name=ksmserver-trinity
+
+case "$1" in
+ remove)
+ ;;
+
+ purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+
+ ;;
+
+ *)
+ echo "postrm called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0