summaryrefslogtreecommitdiff
path: root/nonprism/banshee/banshee.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-04 02:25:14 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-04 02:25:14 -0300
commitfc353061e3e6b3e8542d2000b89ca2ecfc604b1b (patch)
tree615f9efcdc5cf45213866013e12c2293f69e2a69 /nonprism/banshee/banshee.install
parent0873eff3fe57c9e108ef0cf5f5b700bbb449629a (diff)
parent448c73d26577be3e04afda7364e3a7b3782b64cc (diff)
downloadabslibre-fc353061e3e6b3e8542d2000b89ca2ecfc604b1b.tar.gz
abslibre-fc353061e3e6b3e8542d2000b89ca2ecfc604b1b.tar.bz2
abslibre-fc353061e3e6b3e8542d2000b89ca2ecfc604b1b.zip
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'nonprism/banshee/banshee.install')
-rw-r--r--nonprism/banshee/banshee.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/nonprism/banshee/banshee.install b/nonprism/banshee/banshee.install
new file mode 100644
index 000000000..079ac953d
--- /dev/null
+++ b/nonprism/banshee/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
+}