Package kukushka-clock: Скрипты

Post install

1
2
3
if [ $1 -eq 1 ]; then
    /bin/ln -sf /usr/bin/kukushka-clock /etc/cron.hourly/kukushka-clock
fi
Pre uninstall

1
2
3
if [ $1 -eq 0 ]; then
    /bin/rm -f /etc/cron.hourly/kukushka-clock
fi