Skip to content

Commit c4fb1af

Browse files
committed
Bugfix for uninstall.sh
1 parent 81f9e6d commit c4fb1af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uninstall.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/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
2+
rm -f /usr/local/bin/pass-gen
3+
rm -rf /usr/local/lib/pass-gen
4+
rm -f /usr/local/share/man/man1/pass-gen.1

0 commit comments

Comments
 (0)