diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-09 13:31:40 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-09 13:31:40 -0200 |
commit | ac4d545f339970c977a9b6c4962ed26c6dbe1c99 (patch) | |
tree | 9ecbfb9a82e9f7eaf185f92d961351a02788a493 /libre/gloobus-preview/gloobus-preview.install | |
parent | 94bfbfb0f9349890e842d75e8107887e46375347 (diff) | |
download | abslibre-ac4d545f339970c977a9b6c4962ed26c6dbe1c99.tar.gz abslibre-ac4d545f339970c977a9b6c4962ed26c6dbe1c99.tar.bz2 abslibre-ac4d545f339970c977a9b6c4962ed26c6dbe1c99.zip |
gloobus-preview-0.4.5.333-1.parabola1: updating version
Diffstat (limited to 'libre/gloobus-preview/gloobus-preview.install')
-rw-r--r-- | libre/gloobus-preview/gloobus-preview.install | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/gloobus-preview/gloobus-preview.install b/libre/gloobus-preview/gloobus-preview.install index 16ad7278f..2d22800d7 100644 --- a/libre/gloobus-preview/gloobus-preview.install +++ b/libre/gloobus-preview/gloobus-preview.install @@ -1,10 +1,13 @@ post_install() { xdg-icon-resource forceupdate - gdk-pixbuf-query-loaders --update-cache } post_upgrade() { post_install $1 + + if [ "$(vercmp 0.4.5.333-1 "$2")" -eq 1 ]; then + gdk-pixbuf-query-loaders --update-cache + fi } post_remove() { |