Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > c7e9e799e6e54cd55f50ce615613d441 > scriptlet

dokuwiki-20050713-1mdk.noarch.rpm

POSTIN

/bin/sh
/usr/share/rpm-helper/create-file dokuwiki $1 /var/lib/dokuwiki/data/changes.log apache apache 640 
if [ "$1" = "1" ]; then /sbin/service httpd condrestart; fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then /sbin/service httpd condrestart; else /sbin/service httpd condreload; fi