2017-07-20 11:01:51 +02:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2017-07-20 16:02:34 +02:00
|
|
|
# Removal script of MOTDs32
|
2017-07-20 11:01:51 +02:00
|
|
|
#
|
2017-07-20 16:02:34 +02:00
|
|
|
# make sur this file is executable +x
|
2017-07-20 11:01:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
## remove all stuff
|
|
|
|
|
2017-07-20 14:47:26 +02:00
|
|
|
make uninstall
|
|
|
|
rm /etc/motds32/ -Rf
|