summaryrefslogtreecommitdiffstats
path: root/kde3/kdemultimedia3/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'kde3/kdemultimedia3/post-install')
-rw-r--r--kde3/kdemultimedia3/post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/kde3/kdemultimedia3/post-install b/kde3/kdemultimedia3/post-install
new file mode 100644
index 000000000..a9130c4e5
--- /dev/null
+++ b/kde3/kdemultimedia3/post-install
@@ -0,0 +1,5 @@
+#!/bin/bash
+package=kdemultimedia
+if ( pkginfo -l $package 2>&1 >/dev/null ) ; then
+ pkgrm $package
+fi