diff options
Diffstat (limited to 'ubuntu/lucid_automake/kdelibs/debian/kdelibs4c2a-kde3.postinst')
-rw-r--r-- | ubuntu/lucid_automake/kdelibs/debian/kdelibs4c2a-kde3.postinst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ubuntu/lucid_automake/kdelibs/debian/kdelibs4c2a-kde3.postinst b/ubuntu/lucid_automake/kdelibs/debian/kdelibs4c2a-kde3.postinst deleted file mode 100644 index 6dbf5d9e1..000000000 --- a/ubuntu/lucid_automake/kdelibs/debian/kdelibs4c2a-kde3.postinst +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -e - -case "$1" in - - upgrade|install) - ;; - - abort-upgrade) - ;; - - *) - ;; - -esac - -#DEBHELPER# - -exit 0 |