diff options
Diffstat (limited to 'libre/gloobus-preview/gloobus-preview.install')
-rw-r--r-- | libre/gloobus-preview/gloobus-preview.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/gloobus-preview/gloobus-preview.install b/libre/gloobus-preview/gloobus-preview.install new file mode 100644 index 000000000..16ad7278f --- /dev/null +++ b/libre/gloobus-preview/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 +} |