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, 0 insertions, 5 deletions
diff --git a/kde3/kdemultimedia3/post-install b/kde3/kdemultimedia3/post-install
deleted file mode 100644
index a9130c4e5..000000000
--- a/kde3/kdemultimedia3/post-install
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-package=kdemultimedia
-if ( pkginfo -l $package 2>&1 >/dev/null ) ; then
- pkgrm $package
-fi