Hello all,
Another script with translation and organized
Removed :
Code: Select all
[ -e /etc/ucode.rc ] && . /etc/ucode.rc # written by micro2pup.sh
Add it :
Code: Select all
INC_0="/etc/ucode.rc" # written by micro2pup.sh
[ ! -f "${INC_0}" ] && echo "$(gettext "This script") ${NAME} $(gettext "needs to include") ${INC_0} $(gettext "in order to work.")" && exit 1
. ${INC_0}
Puppy: LunarPup
Path: /etc/init.d