4 lines
162 B
Bash
Executable file
4 lines
162 B
Bash
Executable file
#!/bin/sh
|
|
rm -vf /usr/local/bin/dotool /usr/local/bin/dotoolc /usr/local/bin/dotoold
|
|
rm -vf /etc/udev/rules.d/80-dotool.rules
|
|
rm -vf /usr/share/man/man1/dotool.1
|