diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:45:14 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:45:14 +0200 |
commit | 8d7840ba64b6594bd9c55d586681f68c9bcaa4bc (patch) | |
tree | d001c0f0dabde8a2dcc8f86b0c3f0f438d23b1e2 /extra/qt/post-install | |
parent | 00b15bd319ecce5d21223a88bc3e99cdfaccfbeb (diff) | |
download | nutyx-pakxe-8d7840ba64b6594bd9c55d586681f68c9bcaa4bc.tar.gz nutyx-pakxe-8d7840ba64b6594bd9c55d586681f68c9bcaa4bc.tar.bz2 nutyx-pakxe-8d7840ba64b6594bd9c55d586681f68c9bcaa4bc.tar.xz nutyx-pakxe-8d7840ba64b6594bd9c55d586681f68c9bcaa4bc.zip |
Ajout de qt#4.5.2-1
Diffstat (limited to 'extra/qt/post-install')
-rwxr-xr-x | extra/qt/post-install | 4 |
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 |