Package lxc-net: Скрипты

Post install

1
2
3
if [ $1 -eq 1 ]; then
	/sbin/chkconfig --add lxc-net ||:
fi
Pre uninstall

1
2
3
if [ $1 -eq 0 ]; then
	/sbin/chkconfig --del lxc-net ||:
fi