summaryrefslogtreecommitdiffstats
path: root/extra/qt/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qt/post-install')
-rwxr-xr-xextra/qt/post-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/qt/post-install b/extra/qt/post-install
new file mode 100755
index 000000000..37057e467
--- /dev/null
+++ b/extra/qt/post-install
@@ -0,0 +1,4 @@
+#!/bin/bash
+if ( pkginfo -i | grep phonon > /dev/null ) ; then
+ pkgrm phonon
+fi