]> git.pld-linux.org Git - packages/domoticz.git/blobdiff - domoticz.spec
drop correct user/group in %postun; rel 6
[packages/domoticz.git] / domoticz.spec
index 7b8b8e2e64b8611ab379d3b463e3491b914b7441..eb9fe85f7cf845a3dd934d8cb9e89ca50a763140 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Open source Home Automation System
 Name:          domoticz
 Version:       2021.1
-Release:       5
+Release:       6
 License:       GPLv3+ and ASL 2.0 and Boost and BSD and MIT
 Group:         Base
 URL:           http://www.domoticz.com
@@ -143,8 +143,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %postun
 if [ "$1" = "0" ]; then
-       %userremove mpd
-       %groupremove mpd
+       %userremove domoticz
+       %groupremove domoticz
 fi
 %systemd_reload
 
This page took 0.157762 seconds and 4 git commands to generate.