You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-installer-qubes-os/anaconda/data/post-scripts/90-copy-screenshots.ks

11 lines
227 B

%post --nochroot
if [ ! -d /tmp/anaconda-screenshots ]; then
exit 0
fi
mkdir -m 0750 -p $ANA_INSTALL_PATH/root/anaconda-screenshots
cp -a /tmp/anaconda-screenshots/*.png $ANA_INSTALL_PATH/root/anaconda-screenshots/
%end