We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f9e6d commit c4fb1afCopy full SHA for c4fb1af
uninstall.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
-rm -f /usr/bin/pass-gen
3
-rm -rf /usr/lib/pass-gen
4
-rm -f /usr/share/man/man1/pass-gen.1
+rm -f /usr/local/bin/pass-gen
+rm -rf /usr/local/lib/pass-gen
+rm -f /usr/local/share/man/man1/pass-gen.1
0 commit comments