7 lines
109 B
Bash
Executable File
7 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
if [ "$1" -eq 0 ]
|
|
then
|
|
rm -f /etc/init.d/maxscale
|
|
rm -f /etc/ld.so.conf.d/maxscale.conf
|
|
fi
|