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
|
rm -f $tmpf
|
||||||
msg_error "$pkgname: unknown trigger $f, aborting!\n"
|
msg_error "$pkgname: unknown trigger $f, aborting!\n"
|
||||||
fi
|
fi
|
||||||
|
echo " Added trigger '$f' for the '${action^^}' script."
|
||||||
done
|
done
|
||||||
for f in ${triggers}; do
|
for f in ${triggers}; do
|
||||||
targets=$($XBPS_TRIGGERSDIR/$f targets)
|
targets=$($XBPS_TRIGGERSDIR/$f targets)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue