]> git.argeo.org Git - gpl/argeo-slc.git/blob - scripts/postinstall
Prepare next development cycle
[gpl/argeo-slc.git] / scripts / postinstall
1 if [ $1 = "1" ];then
2 APP=%{name}
3 mkdir -p /var/lib/$APP/{conf,data}
4 /sbin/chkconfig --add $APP
5 fi