diff options
Diffstat (limited to 'libre/gloobus-preview/gloobus-preview.install')
-rw-r--r-- | libre/gloobus-preview/gloobus-preview.install | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libre/gloobus-preview/gloobus-preview.install b/libre/gloobus-preview/gloobus-preview.install deleted file mode 100644 index 2d22800d7..000000000 --- a/libre/gloobus-preview/gloobus-preview.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate -} - -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() { - post_install $1 -} |