diff options
author | root <root@rshg054.dnsready.net> | 2013-06-24 00:07:29 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-24 00:07:29 -0700 |
commit | fad7e04efd4045c478db2e849bb8d457b82cdada (patch) | |
tree | e34c42c779dd005132e4da1b2bc6c530a25e8088 /libre/gloobus-preview-libre/gloobus-preview.install | |
parent | 8d87c082149a6574a1d17d3c28ab2cb65a1e1d96 (diff) |
Mon Jun 24 00:07:29 PDT 2013
Diffstat (limited to 'libre/gloobus-preview-libre/gloobus-preview.install')
-rw-r--r-- | libre/gloobus-preview-libre/gloobus-preview.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/gloobus-preview-libre/gloobus-preview.install b/libre/gloobus-preview-libre/gloobus-preview.install new file mode 100644 index 000000000..16ad7278f --- /dev/null +++ b/libre/gloobus-preview-libre/gloobus-preview.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate + gdk-pixbuf-query-loaders --update-cache +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |