Skip to content

Commit

Permalink
Update makefile for correct remove paths
Browse files Browse the repository at this point in the history
Signed-off-by: Mark D Horn <[email protected]>
  • Loading branch information
mdhorn committed May 6, 2019
1 parent d10becc commit f75f9aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,16 @@ install-gui: build-gui install-common

uninstall:
@rm -f $(DESTDIR)/usr/bin/clr-installer
@rm -f $(PKIT_DIR)/org.freedesktop.policykit.pkexec.policy
@rm -f $(PKIT_DIR)/actions/org.clearlinux.clr-installer-gui.policy
@rm -f $(PKIT_DIR)/rules.d/org.clearlinux.clr-installer-gui.rules
@rm -f $(THEME_DIR)/clr-installer.theme
@rm -f $(THEME_DIR)/clr.png
@rm -f $(THEME_DIR)/style.css
@rm -f $(LOCALE_DIR)/*/LC_MESSAGES/clr-installer.po
@rm -f $(CONFIG_DIR)/clr-installer.yaml
@rm -f $(CONFIG_DIR)/bundles.json
@rm -f $(CONFIG_DIR)/kernels.json
@rm -f $(DESKTOP_DIR)/clr-installer.desktop
@rm -f $(DESKTOP_DIR)/clr-installer-gui.desktop
@rm -f $(CONFIG_DIR)/chpasswd
@rm -f $(DESTDIR)/var/lib/clr-installer/clr-installer.yaml

Expand Down

0 comments on commit f75f9aa

Please sign in to comment.