Added a fix to post uninstall scripts.
This commit is contained in:
parent
3a50b308b0
commit
0b23487918
@ -1,3 +1,6 @@
|
||||
#!/bin/sh
|
||||
rm -f /etc/init.d/maxscale
|
||||
rm -f /etc/ld.so.conf.d/maxscale.conf
|
||||
if [ "$1" -eq 0 ]
|
||||
then
|
||||
rm -f /etc/init.d/maxscale
|
||||
rm -f /etc/ld.so.conf.d/maxscale.conf
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user