summaryrefslogtreecommitdiff
path: root/nonprism/banshee-nonprism/banshee.install
diff options
context:
space:
mode:
authorcoadde - Public Network <coadde@parabola.nu>2013-11-01 20:35:27 -0200
committercoadde - Public Network <coadde@parabola.nu>2013-11-01 20:35:27 -0200
commitb844a9e97a1e3c3b76b3cd22daafbaf01d6fd716 (patch)
treefe1f8fa8c38db30546efff4c29486723cf0de447 /nonprism/banshee-nonprism/banshee.install
parent22114cb5cba3c252143eef47107be70d92788ce4 (diff)
parent10483b2824a17deec1c071a55911abc32182048f (diff)
downloadabslibre-b844a9e97a1e3c3b76b3cd22daafbaf01d6fd716.tar.gz
abslibre-b844a9e97a1e3c3b76b3cd22daafbaf01d6fd716.tar.bz2
abslibre-b844a9e97a1e3c3b76b3cd22daafbaf01d6fd716.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'nonprism/banshee-nonprism/banshee.install')
-rw-r--r--nonprism/banshee-nonprism/banshee.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/nonprism/banshee-nonprism/banshee.install b/nonprism/banshee-nonprism/banshee.install
new file mode 100644
index 000000000..079ac953d
--- /dev/null
+++ b/nonprism/banshee-nonprism/banshee.install
@@ -0,0 +1,15 @@
+pkgname=banshee
+
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}