mirror of the now-defunct rocklinux.org
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.
 
 
 
 
 
 

8 lines
242 B

stone_mod_install_installer(){
for x in $( cd ${confdir} ; echo stone_mod_*.sh ) ; do
[ -e "${confdir}/${x}" ] || continue
cp -v ${confdir}/${x} ${root}/etc/stone.d/${x#stone_}
done
}
hook_add postinstall 9 stone_mod_install_installer