summaryrefslogtreecommitdiffstats
path: root/kde/pykde4/pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'kde/pykde4/pre-install')
-rw-r--r--kde/pykde4/pre-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/pykde4/pre-install b/kde/pykde4/pre-install
new file mode 100644
index 000000000..0b2fdf10b
--- /dev/null
+++ b/kde/pykde4/pre-install
@@ -0,0 +1,4 @@
+#!/bin/bash
+if ( pkginfo -l kdebindings > /dev/null 2>&1 ) ; then
+ pkgrm kdebindings
+fi