mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/gtk+3.0: fix trigger to ignore failing rmdir
This commit is contained in:
parent
93c043e3fe
commit
ca23063751
@ -3,7 +3,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gtk+3.0
|
||||
pkgver=3.24.38
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="The GTK+ Toolkit (v3)"
|
||||
url="https://www.gtk.org/"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"
|
||||
|
||||
@ -5,5 +5,5 @@ for i in "$@"; do
|
||||
continue
|
||||
fi
|
||||
gtk-update-icon-cache -q -t -f "$i"
|
||||
rmdir "$1" 2&>/dev/null
|
||||
rmdir "$1" 2>/dev/null || :
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user