Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 49c15fc8dffc5bec77831329344e168f > scriptlet

firewalld-0.1.3-2.fc15.noarch.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
  /etc/rc.d/init.d/firewalld stop >/dev/null 2>&1
  /sbin/chkconfig --del firewalld
fi
exit 0

POSTIN

/bin/sh
/sbin/chkconfig --add firewalld
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache -q /usr/share/icons/hicolor
fi

POSTUN

/bin/sh
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache -q /usr/share/icons/hicolor
fi