diff options
Diffstat (limited to 'kde/kdelibs/post-install')
-rw-r--r-- | kde/kdelibs/post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/kdelibs/post-install b/kde/kdelibs/post-install new file mode 100644 index 000000000..cd7e2806a --- /dev/null +++ b/kde/kdelibs/post-install @@ -0,0 +1,4 @@ +if ! ( pkginfo -i | grep phonon > /dev/null ) ; then + pkg-get install phonon +fi + |