summaryrefslogtreecommitdiff
path: root/pcr/gmusicbrowser/gmusicbrowser.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@parabola.nu>2013-05-06 09:50:14 -0300
committerNicolás Reynolds <fauno@parabola.nu>2013-05-06 09:50:14 -0300
commit2a96914890c8e562f895094e0677c0353fa33d9c (patch)
tree26f2b1832f1298fe3282c96c1f6a59d9c8a78359 /pcr/gmusicbrowser/gmusicbrowser.install
parent0c3ad6bfc6bbe8f6f94873fcbe3e8f3514690ff4 (diff)
gmusicbrowser with shimmer
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
+}