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