Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > f6c82a8755dd4a8df84cccda52c37bfc > scriptlet

otrs-3.2.8-1.mga3.noarch.rpm

PREIN

/bin/sh
/usr/share/rpm-helper/add-user otrs $1 otrs /var/www/otrs /bin/false

PREUN

/bin/sh
/var/www/otrs/bin/Cron.sh stop otrs

POSTIN

/bin/sh
/var/www/otrs/bin/otrs.SetPermissions.pl  --otrs-user=otrs --web-user=apache --otrs-group=otrs --web-group=apache /var/www/otrs
cd /var/www/otrs/var/cron
for foo in *.dist; do cp $foo `basename $foo .dist`; done
/var/www/otrs/bin/Cron.sh start otrs

POSTUN

/bin/sh
/usr/share/rpm-helper/del-user otrs $1 otrs 
/usr/share/rpm-helper/del-group otrs $1 otrs