Package mithraen-pbx-systemtest: Scripts

Post install

1
2
3
4
5
6
if [ -f /etc/rc.d/init.d//crond ]; then
  service crond reload
fi
if [ -c /dev/tty11 ]; then
	/usr/sbin/mithraen-pbx-systemtest > /dev/tty11 2> /dev/null ||:
fi