Added a fix to post uninstall scripts.

This commit is contained in:
Markus Makela 2015-03-19 20:21:13 +02:00
parent 3a50b308b0
commit 0b23487918

View File

@ -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