diff options
Diffstat (limited to 'extra/qt')
-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 + |