summaryrefslogtreecommitdiff
path: root/pcr/gmusicbrowser/gmusicbrowser.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-06 18:09:49 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-06 18:09:49 -0300
commitcf120585d38c6507901293a874995f826d2e040d (patch)
treead637bf39ed2443686988f1d48f3d31157d2d1bc /pcr/gmusicbrowser/gmusicbrowser.install
parent019ef3d88f1226ed8ef5c724161a705f0df3191f (diff)
parent2a96914890c8e562f895094e0677c0353fa33d9c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/gmusicbrowser/gmusicbrowser.install')
-rw-r--r--pcr/gmusicbrowser/gmusicbrowser.install18
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
+}