diff options
Diffstat (limited to 'ubuntu/lucid_automake/kdelibs/debian/kdelibs-data-kde3.postrm')
-rw-r--r-- | ubuntu/lucid_automake/kdelibs/debian/kdelibs-data-kde3.postrm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ubuntu/lucid_automake/kdelibs/debian/kdelibs-data-kde3.postrm b/ubuntu/lucid_automake/kdelibs/debian/kdelibs-data-kde3.postrm deleted file mode 100644 index aae9f3600..000000000 --- a/ubuntu/lucid_automake/kdelibs/debian/kdelibs-data-kde3.postrm +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -e - -FILE="/etc/xdg/menus/applications.menu" -MD5SUM332="3750f06e08cfd048952f4cd82b97652c" -MD5SUM340="ea26be9e934fb23c04b0b1409706bace" - -case "$1" in - - remove) - ldconfig - ;; - - abort-upgrade) - ;; - - *) - ;; - -esac - -#DEBHELPER# - -exit 0 |