bdisk/extra/pre-build.d/root/post-build.sh
2015-01-30 20:38:42 -05:00

9 lines
100 B
Bash
Executable File

#!/bin/bash
set -e
apacman --noconfirm --noedit -S --needed customizepkg-scripting
echo "Done."