summaryrefslogtreecommitdiffstats
path: root/extra/qt/post-install
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:45:14 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:45:14 +0200
commit8d7840ba64b6594bd9c55d586681f68c9bcaa4bc (patch)
treed001c0f0dabde8a2dcc8f86b0c3f0f438d23b1e2 /extra/qt/post-install
parent00b15bd319ecce5d21223a88bc3e99cdfaccfbeb (diff)
downloadnutyx-extra-8d7840ba64b6594bd9c55d586681f68c9bcaa4bc.tar.gz
nutyx-extra-8d7840ba64b6594bd9c55d586681f68c9bcaa4bc.tar.bz2
nutyx-extra-8d7840ba64b6594bd9c55d586681f68c9bcaa4bc.tar.xz
nutyx-extra-8d7840ba64b6594bd9c55d586681f68c9bcaa4bc.zip
Ajout de qt#4.5.2-1
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