hooks/create-xbps-scripts: print what triggers are being added.
This commit is contained in:
parent
0a0b34dc46
commit
a44cd245bc
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue