diff --git a/srcpkgs/xbps-mklive/files/xbps-mklive.sh b/srcpkgs/xbps-mklive/files/xbps-mklive.sh index cc28f6f669e..89fbff597fe 100644 --- a/srcpkgs/xbps-mklive/files/xbps-mklive.sh +++ b/srcpkgs/xbps-mklive/files/xbps-mklive.sh @@ -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..." diff --git a/srcpkgs/xbps-mklive/template b/srcpkgs/xbps-mklive/template index 0eced30a077..fd71cd2e68f 100644 --- a/srcpkgs/xbps-mklive/template +++ b/srcpkgs/xbps-mklive/template @@ -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 "