]> git.armaanb.net Git - charsel.git/blobdiff - Makefile
modified Makefile
[charsel.git] / Makefile
index 9ef379a7c7fa6f11879e3f765ab0ea07f75cb102..1ed3a853e83c7953b31dff7979561005f27f3838 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,12 +10,12 @@ install:
 >cp ./charsel /usr/bin/
 
 uninstall:
->rm -rf /usr/share/charsel/charfiles/
+>rm -rf /usr/share/charsel/
 >rm -rf /usr/share/doc/charsel/
 >rm -rf /usr/bin/charsel
 
 reinstall:
->rm -rf /usr/share/charsel/charfiles/
+>rm -rf /usr/share/charsel/
 >rm -rf /usr/share/doc/charsel/
 >rm -rf /usr/bin/charsel
 >chmod +x ./charsel
@@ -26,5 +26,5 @@ reinstall:
 >cp ./charsel /usr/bin/
 
 purge:
->rm -rf  ~/.local/share/charsel/
->rm -rf ~/.cache/charsel/
+>rm -rf  $USER/.local/share/charsel/
+>rm -rf $USER/.cache/charsel/