xbps-triggers: fix post-remove target for the gtk-immodules trigger in the gtk+ case. Bump to 0.7.

This commit is contained in:
Juan RP 2010-11-06 06:06:55 +01:00
parent 22ae6601cc
commit d874b48dcf
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>"