diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-10 19:22:40 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-10 19:22:40 +0200 |
commit | 02bf6a948d7d37a3a5737eed4040da0093ca49f7 (patch) | |
tree | 36d9eaeca88ad466e1505612d49f3e06031dec56 /extra/qt/post-install | |
parent | 40ae6c5c75cc26daf72e41e08824e65ab8672656 (diff) | |
download | nutyx-extra-02bf6a948d7d37a3a5737eed4040da0093ca49f7.tar.gz nutyx-extra-02bf6a948d7d37a3a5737eed4040da0093ca49f7.tar.bz2 nutyx-extra-02bf6a948d7d37a3a5737eed4040da0093ca49f7.tar.xz nutyx-extra-02bf6a948d7d37a3a5737eed4040da0093ca49f7.zip |
qt,ajout post-install
Diffstat (limited to 'extra/qt/post-install')
-rw-r--r-- | 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 100644 index 000000000..afd2d4e5e --- /dev/null +++ b/extra/qt/post-install @@ -0,0 +1,4 @@ +if ! ( pkginfo -i | grep phonon > /dev/null ) ; then + pkg-get depinst phonon +fi + |