From 4538fd673d9de4a9764f7ce96e35dc9d4e4977cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 9 Mar 2014 03:26:50 +0100 Subject: Housekeeping in Debian and Ubuntu --- .../kstreamripper/debian/kstreamripper-trinity.postrm | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 ubuntu/lucid_automake/applications/kstreamripper/debian/kstreamripper-trinity.postrm (limited to 'ubuntu/lucid_automake/applications/kstreamripper/debian/kstreamripper-trinity.postrm') diff --git a/ubuntu/lucid_automake/applications/kstreamripper/debian/kstreamripper-trinity.postrm b/ubuntu/lucid_automake/applications/kstreamripper/debian/kstreamripper-trinity.postrm deleted file mode 100644 index 5209bcb38..000000000 --- a/ubuntu/lucid_automake/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 -- cgit v1.2.1