xbps-triggers: fix post-remove target for the gtk-immodules trigger in the gtk+ case. Bump to 0.7.
This commit is contained in:
parent
22ae6601cc
commit
d874b48dcf
|
@ -23,7 +23,7 @@ targets)
|
|||
;;
|
||||
run)
|
||||
if [ "$TARGET" = "post-remove" -a "${PKGNAME}" = "gtk+" ]; then
|
||||
[ -f ${immodules_db} ] rm -f ${immodules_db}
|
||||
[ -f ${immodules_db} ] && rm -f ${immodules_db}
|
||||
break
|
||||
fi
|
||||
case "$TARGET" in
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xbps-triggers'
|
||||
pkgname=xbps-triggers
|
||||
version=0.6
|
||||
version=0.7
|
||||
build_style=custom-install
|
||||
short_desc="XBPS triggers"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue