diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-06-23 15:22:04 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-06-23 15:22:04 +0200 |
commit | 0f1a926f98445f4ab127af2341eeb9fbc27b75c0 (patch) | |
tree | b34988a21864a329960c65baff952e4869793311 /libre/gloobus-preview-libre/gloobus-preview.install | |
parent | 98b66f2ec8e5bab0612b667f7437ae228fcf9f33 (diff) | |
download | abslibre-0f1a926f98445f4ab127af2341eeb9fbc27b75c0.tar.gz abslibre-0f1a926f98445f4ab127af2341eeb9fbc27b75c0.tar.bz2 abslibre-0f1a926f98445f4ab127af2341eeb9fbc27b75c0.zip |
gloobus-preview-libre using bsdtar instead of unrar.
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 +} |