Do not disable the service on removal

This commit is contained in:
Daniel Berteaud 2013-04-16 12:32:36 +02:00
parent f5432ad217
commit 764b9eb034
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ rm -rf $RPM_BUILD_ROOT
%postun
#uninstall
if [ $1 = 0 ] ; then
/sbin/e-smith/db configuration setprop zabbix-agent status disabled
/etc/init.d/zabbix-agent stop
fi