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
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ targets)
|
||||||
;;
|
;;
|
||||||
run)
|
run)
|
||||||
if [ "$TARGET" = "post-remove" -a "${PKGNAME}" = "gtk+" ]; then
|
if [ "$TARGET" = "post-remove" -a "${PKGNAME}" = "gtk+" ]; then
|
||||||
[ -f ${immodules_db} ] rm -f ${immodules_db}
|
[ -f ${immodules_db} ] && rm -f ${immodules_db}
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
case "$TARGET" in
|
case "$TARGET" in
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-triggers'
|
# Template file for 'xbps-triggers'
|
||||||
pkgname=xbps-triggers
|
pkgname=xbps-triggers
|
||||||
version=0.6
|
version=0.7
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="XBPS triggers"
|
short_desc="XBPS triggers"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue