Files
2014-04-14 09:56:55 +02:00

14 lines
210 B
Bash
Executable File

#!/bin/bash
. /etc/profile
# Move sabayon-hell to sabayon-limbo
export EIT_NO_RESOURCES_LOCK=1
if [ -z "$(eit list sabayon-limbo -q)" ]; then
eit mv sabayon-hell sabayon-limbo --quick
fi
eix-update
exit 0