xbps-mklive: update to 0.1.4.

After installing all packages, issue an autoupdate+autoremove+purge all.

--HG--
extra : convert_revision : ca55d441e7ba88c2097cf2ec7ecf7e828eaffbd9
This commit is contained in:
Juan RP 2009-11-30 10:06:15 +01:00
parent 4805b6e582
commit c15eeb6a89
2 changed files with 4 additions and 1 deletions

View file

@ -159,6 +159,9 @@ for _pkg_ in ${PACKAGE_LIST}; do
xbps-bin.static -r $TEMP_ROOTFS -f install ${_pkg_}
[ $? -ne 0 ] && error_out $?
done
xbps-bin.static -r $TEMP_ROOTFS autoupdate || error_out $?
xbps-bin.static -r $TEMP_ROOTFS autoremove || error_out $?
xbps-bin.static -r $TEMP_ROOTFS purge all || error_out $?
xbps-bin.static -r $TEMP_ROOTFS list > $BUILD_TMPDIR/packages.txt
info_msg "Creating /etc/motd..."

View file

@ -1,6 +1,6 @@
# Template file for 'xbps-mklive'
pkgname=xbps-mklive
version=0.1.3
version=0.1.4
build_style=custom-install
short_desc="XBPS Live image maker"
maintainer="Juan RP <xtraeme@gmail.com>"