summaryrefslogtreecommitdiffstats
path: root/debian/wheezy/applications/kstreamripper/debian/kstreamripper-trinity.postrm
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/applications/kstreamripper/debian/kstreamripper-trinity.postrm
parent57648e749a048d432aa7437412f99e8b6091425d (diff)
downloadtde-packaging-91ca3cd9063a46dc1426459f73d3898d5c94d778.tar.gz
tde-packaging-91ca3cd9063a46dc1426459f73d3898d5c94d778.zip
Removed Debian/wheezy folder
Diffstat (limited to 'debian/wheezy/applications/kstreamripper/debian/kstreamripper-trinity.postrm')
-rw-r--r--debian/wheezy/applications/kstreamripper/debian/kstreamripper-trinity.postrm19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/wheezy/applications/kstreamripper/debian/kstreamripper-trinity.postrm b/debian/wheezy/applications/kstreamripper/debian/kstreamripper-trinity.postrm
deleted file mode 100644
index 5209bcb38..000000000
--- a/debian/wheezy/applications/kstreamripper/debian/kstreamripper-trinity.postrm
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh
-set -e
-
-case "$1" in
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- if [ -x "`which update-desktop-database 2>/dev/null`" ]; then
- update-desktop-database -q
- fi
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
-
-esac
-
-#DEBHELPER#
-
-exit 0