diff options
Diffstat (limited to 'ubuntu/raring/applications/kstreamripper/debian/kstreamripper-trinity.postinst')
-rw-r--r-- | ubuntu/raring/applications/kstreamripper/debian/kstreamripper-trinity.postinst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ubuntu/raring/applications/kstreamripper/debian/kstreamripper-trinity.postinst b/ubuntu/raring/applications/kstreamripper/debian/kstreamripper-trinity.postinst deleted file mode 100644 index f5542ab64..000000000 --- a/ubuntu/raring/applications/kstreamripper/debian/kstreamripper-trinity.postinst +++ /dev/null @@ -1,14 +0,0 @@ -#! /bin/sh -set -e - -if [ "$1" = "configure" ]; then - if [ -x /usr/bin/update-desktop-database ] ; then - /usr/bin/update-desktop-database -q - fi -fi - - -#DEBHELPER# - -exit 0 - |