]> git.argeo.org Git - gpl/argeo-slc.git/blob - rpm/scripts/preremove
Prepare next development cycle
[gpl/argeo-slc.git] / rpm / scripts / preremove
1 if [ $1 = "0" ];then
2 #APP=%{name} => doesn't work
3 APP=slc
4 /sbin/chkconfig --del $APP
5
6 # Maven
7 rm -rf /var/lib/$APP/.m2/repository
8
9 #userdel $APP
10 fi