Package wine: Скрипты

Post install

1
2
3
4
/usr/sbin/post_service wine
# start service during first time install (not for ALT), see rpm-build-intro

        false && [ -z "$DURING_INSTALL" ] && [ "$1" = "1" ] && /etc/rc.d/init.d/wine start || :
Pre install

/usr/sbin/groupadd -r -f wine || :
/usr/sbin/groupadd -r -f wineadmin || :
Pre uninstall

/usr/sbin/preun_service wine