Remove proproitary drivers after first boot.

master
Mike Hiretsky 13 years ago
parent 14e8bab062
commit 39b332b41f

@ -81,5 +81,7 @@ stop() {
if [[ $roottype == "hdd" ]] && rc-config list boot | grep -q calculate
then
rc-update del calculate boot
local distdir="/usr/portage/distfiles"
[[ -d "${distdir}" ]] && [[ -n "`ls ${distdir}`" ]] && rm ${distdir}/*
fi
}

Loading…
Cancel
Save