void-packages/srcpkgs/xbps/INSTALL

13 lines
233 B
Text
Raw Normal View History

2014-04-01 08:53:18 +00:00
case "${ACTION}" in
post)
chown root:xbuilder usr/bin/xbps-uchroot
chmod 4750 usr/bin/xbps-uchroot
if [ -d usr/sbin -a ! -L /usr/sbin ]; then
for f in usr/bin/xbps-*; do
ln -sr $f usr/sbin/$(basename $f)
done
fi
2014-04-01 08:53:18 +00:00
;;
esac