hooks/create-xbps-scripts: print what triggers are being added.

This commit is contained in:
Juan RP 2015-02-21 13:03:51 +01:00
parent 0a0b34dc46
commit a44cd245bc
1 changed files with 1 additions and 0 deletions

View File

@ -267,6 +267,7 @@ _EOF
rm -f $tmpf
msg_error "$pkgname: unknown trigger $f, aborting!\n"
fi
echo " Added trigger '$f' for the '${action^^}' script."
done
for f in ${triggers}; do
targets=$($XBPS_TRIGGERSDIR/$f targets)