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