diff --git a/debbuild/22.04/DEBIAN/postrm b/debbuild/22.04/DEBIAN/postrm index baccea8..a224caa 100644 --- a/debbuild/22.04/DEBIAN/postrm +++ b/debbuild/22.04/DEBIAN/postrm @@ -16,7 +16,7 @@ systemctl stop captrace.service systemctl stop adb.service #rm -rf /usr/local/omc -#rm -rf /etc/nginx/conf.d/omc.conf +rm -rf /etc/nginx/conf.d/omc.conf systemctl disable restagent.service systemctl disable crontask.service diff --git a/debbuild/DEBIAN/postrm b/debbuild/DEBIAN/postrm index baccea8..a224caa 100644 --- a/debbuild/DEBIAN/postrm +++ b/debbuild/DEBIAN/postrm @@ -16,7 +16,7 @@ systemctl stop captrace.service systemctl stop adb.service #rm -rf /usr/local/omc -#rm -rf /etc/nginx/conf.d/omc.conf +rm -rf /etc/nginx/conf.d/omc.conf systemctl disable restagent.service systemctl disable crontask.service