Skip to content

Commit

Permalink
[followup] Fix postrm
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier authored May 27, 2024
1 parent 7374fc9 commit 9193657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp-config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ endef
define Package/openwisp-config/postrm
#!/bin/sh
rm -f /usr/sbin/openwisp_config
rm -f /etc/init.d/openwisp-config
rm -f /etc/init.d/openwisp_config
endef

$(eval $(call BuildPackage,openwisp-config))

0 comments on commit 9193657

Please sign in to comment.