Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > d7ef0d3dc45c220fc2998e23083a08fe > scriptlet

samba-swat-3.5.8-1.3.mga1.i586.rpm

POSTIN

/bin/sh
if [ -f /var/lock/subsys/xinetd ]; then
        service xinetd reload >/dev/null 2>&1 || :
fi

POSTUN

/bin/sh

# Remove swat entry from xinetd
if [ $1 = 0 -a -f /etc/xinetd.conf ] ; then
rm -f /etc/xinetd.d/swat
	service xinetd reload &>/dev/null || :
fi

if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi