summaryrefslogtreecommitdiff
path: root/pcr/gmusicbrowser/gmusicbrowser.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/gmusicbrowser/gmusicbrowser.install')
-rw-r--r--pcr/gmusicbrowser/gmusicbrowser.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/pcr/gmusicbrowser/gmusicbrowser.install b/pcr/gmusicbrowser/gmusicbrowser.install
deleted file mode 100644
index f917ebdff..000000000
--- a/pcr/gmusicbrowser/gmusicbrowser.install
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-}