diff options
Diffstat (limited to 'pcr/gmusicbrowser/gmusicbrowser.install')
-rw-r--r-- | pcr/gmusicbrowser/gmusicbrowser.install | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pcr/gmusicbrowser/gmusicbrowser.install b/pcr/gmusicbrowser/gmusicbrowser.install new file mode 100644 index 000000000..f917ebdff --- /dev/null +++ b/pcr/gmusicbrowser/gmusicbrowser.install @@ -0,0 +1,18 @@ +post_install() { + cat << _EOF + +==> In order to play your music with gmusicbrowser, you need to install + gstreamer and its perl bindings OR mpg321/vorbis-tools/flac123/alsa-utils OR mplayer + (look at optdepends for details) + +_EOF + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_remove() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} |