xbps-mklive: also run 'xbps-bin purge all' after auto{update,remove}.

--HG--
branch : gnome3
This commit is contained in:
Juan RP 2011-03-04 12:37:14 +01:00
parent 757f1dae0a
commit cc7f468327
2 changed files with 3 additions and 2 deletions

View file

@ -188,6 +188,7 @@ fi
xbps-bin.static -r $TEMP_ROOTFS -y install ${PACKAGE_LIST} || error_out $?
xbps-bin.static -r $TEMP_ROOTFS -y autoupdate || error_out $?
xbps-bin.static -r $TEMP_ROOTFS -yp autoremove || error_out $?
xbps-bin.static -r $TEMP_ROOTFS -yvp purge all || error_out $?
xbps-bin.static -r $TEMP_ROOTFS list > ${OUTPUT_FILE%.iso}-package-list.txt
info_msg "Creating /etc/motd..."

View file

@ -1,6 +1,6 @@
# Template file for 'xbps-mklive'
pkgname=xbps-mklive
version=0.3.3
version=0.3.4
build_style=custom-install
short_desc="XBPS Live image maker"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -14,7 +14,7 @@ noarch=yes
Add_dependency full cdrtools
Add_dependency full squashfs-tools
Add_dependency full syslinux
Add_dependency full initramfs-tools ">=0.99.debian0.94.4"
Add_dependency full initramfs-tools
do_build()
{