summaryrefslogtreecommitdiffstats
path: root/extra/qt/post-install
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-10-11 10:56:19 +0200
committersibel <lesibel at free dot fr>2010-10-11 10:56:19 +0200
commit43eb8ccb76cf2eb9e59064c541dbe5c7fcaf0bbe (patch)
tree74e1acab066f2645840e891d9684c766002ad75d /extra/qt/post-install
parentf0e28fbc0bf87c0d4d4eadd03cbe62083e405338 (diff)
parent473b056c8124afc9b3daeb06f5cf84342997ee7b (diff)
downloadnutyx-pakxe-43eb8ccb76cf2eb9e59064c541dbe5c7fcaf0bbe.tar.gz
nutyx-pakxe-43eb8ccb76cf2eb9e59064c541dbe5c7fcaf0bbe.tar.bz2
nutyx-pakxe-43eb8ccb76cf2eb9e59064c541dbe5c7fcaf0bbe.tar.xz
nutyx-pakxe-43eb8ccb76cf2eb9e59064c541dbe5c7fcaf0bbe.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'extra/qt/post-install')
-rw-r--r--[-rwxr-xr-x]extra/qt/post-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/qt/post-install b/extra/qt/post-install
index 37057e467..afd2d4e5e 100755..100644
--- a/extra/qt/post-install
+++ b/extra/qt/post-install
@@ -1,4 +1,4 @@
-#!/bin/bash
-if ( pkginfo -i | grep phonon > /dev/null ) ; then
- pkgrm phonon
+if ! ( pkginfo -i | grep phonon > /dev/null ) ; then
+ pkg-get depinst phonon
fi
+