diff --git a/srcpkgs/xbps-triggers/files/gtk-immodules b/srcpkgs/xbps-triggers/files/gtk-immodules index 1f534e83769..15e8ae69d26 100755 --- a/srcpkgs/xbps-triggers/files/gtk-immodules +++ b/srcpkgs/xbps-triggers/files/gtk-immodules @@ -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 diff --git a/srcpkgs/xbps-triggers/template b/srcpkgs/xbps-triggers/template index 2ae8542fb7a..4ea8a5dc33e 100644 --- a/srcpkgs/xbps-triggers/template +++ b/srcpkgs/xbps-triggers/template @@ -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 "