8 lines
52 B
Bash
8 lines
52 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
#
|
||
|
|
||
|
|
||
|
## remove all stuff
|
||
|
|
||
|
make uninstall
|