adwaita-icon-theme: remove install scripts for the loader cache

not sure why this was here in the first place
This commit is contained in:
Christoph Reiter
2020-10-28 18:51:52 +01:00
parent 8381fe532d
commit 3efcc09bb6
3 changed files with 1 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ _realname=adwaita-icon-theme
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.38.0
pkgrel=1
pkgrel=2
pkgdesc="GNOME icon theme (mingw-w64)"
arch=('any')
url="https://www.gnome.org"

View File

@@ -5,9 +5,6 @@ post_install() {
[[ -f mingw32/bin/gtk-update-icon-cache-3.0.exe ]] && {
mingw32/bin/gtk-update-icon-cache-3.0 -q -t -f mingw32/share/icons/Adwaita
}
[[ -f mingw32/bin/gdk-pixbuf-query-loaders.exe ]] && {
mingw32/bin/gdk-pixbuf-query-loaders.exe --update-cache
}
}
post_upgrade() {

View File

@@ -5,9 +5,6 @@ post_install() {
[[ -f mingw64/bin/gtk-update-icon-cache-3.0.exe ]] && {
mingw64/bin/gtk-update-icon-cache-3.0 -q -t -f mingw64/share/icons/Adwaita
}
[[ -f mingw64/bin/gdk-pixbuf-query-loaders.exe ]] && {
mingw64/bin/gdk-pixbuf-query-loaders.exe --update-cache
}
}
post_upgrade() {