diff options
Diffstat (limited to 'extra/qt/post-install')
-rw-r--r--[-rwxr-xr-x] | extra/qt/post-install | 6 |
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 + |