11 lines
139 B
Bash
Executable file
11 lines
139 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# Removal script of MOTDs32
|
|
#
|
|
# make sur this file is executable +x
|
|
|
|
|
|
## remove all stuff
|
|
|
|
make uninstall
|
|
rm /etc/motds32/ -Rf
|