diff options
author | Britney Fransen <brfransen@gmail.com> | 2019-02-02 20:28:47 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2019-02-02 20:28:47 (GMT) |
commit | 66865ba48a788657de8fb0f290bd2583688b7724 (patch) | |
tree | acb4f48a8fd3f1f6be58196a93201bbae7b5e1cc /abs/core/gdk-pixbuf2/gdk-pixbuf2.install | |
parent | 710b1a915e608773be910d73c8ddf2ac69d061e0 (diff) | |
download | linhes_pkgbuild-66865ba48a788657de8fb0f290bd2583688b7724.zip linhes_pkgbuild-66865ba48a788657de8fb0f290bd2583688b7724.tar.gz linhes_pkgbuild-66865ba48a788657de8fb0f290bd2583688b7724.tar.bz2 |
gdk-pixbuf2: update to 2.38.0
Diffstat (limited to 'abs/core/gdk-pixbuf2/gdk-pixbuf2.install')
-rw-r--r-- | abs/core/gdk-pixbuf2/gdk-pixbuf2.install | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/abs/core/gdk-pixbuf2/gdk-pixbuf2.install b/abs/core/gdk-pixbuf2/gdk-pixbuf2.install index f04c096..83fa07c 100644 --- a/abs/core/gdk-pixbuf2/gdk-pixbuf2.install +++ b/abs/core/gdk-pixbuf2/gdk-pixbuf2.install @@ -1,11 +1,3 @@ -post_install() { - gdk-pixbuf-query-loaders --update-cache -} - -post_upgrade() { - post_install -} - pre_remove() { - rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache + rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache } |