summaryrefslogtreecommitdiff
path: root/libre/clementine-libre/clementine.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-01 23:56:25 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-01 23:56:25 -0300
commit49a73832966200cae0334d62f27787441ef9bf12 (patch)
tree9742787e8a886dc74359823c92dde53908abbf3f /libre/clementine-libre/clementine.install
parent6b480e8550f1feac80d635c5b1b6514bd2f7cd11 (diff)
downloadabslibre-49a73832966200cae0334d62f27787441ef9bf12.tar.gz
abslibre-49a73832966200cae0334d62f27787441ef9bf12.tar.bz2
abslibre-49a73832966200cae0334d62f27787441ef9bf12.zip
clementine-libre-1.1.1-9: fix error while loading shared libraries: libGLEW.so.1.9 => https://bugs.archlinux.org/task/36369
Diffstat (limited to 'libre/clementine-libre/clementine.install')
-rw-r--r--libre/clementine-libre/clementine.install8
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/clementine-libre/clementine.install b/libre/clementine-libre/clementine.install
index 2f0338d8a..927a10258 100644
--- a/libre/clementine-libre/clementine.install
+++ b/libre/clementine-libre/clementine.install
@@ -1,13 +1,15 @@
post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- post_install $1
+ post_install
}
+
+# vim: ts=2 sw=2 et: