12 lines
139 B
Bash
Executable File
12 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
|