From 49a73832966200cae0334d62f27787441ef9bf12 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 1 Aug 2013 23:56:25 -0300 Subject: clementine-libre-1.1.1-9: fix error while loading shared libraries: libGLEW.so.1.9 => https://bugs.archlinux.org/task/36369 --- libre/clementine-libre/clementine.install | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libre/clementine-libre/clementine.install') 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: -- cgit v1.2.3