mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 01:52:25 +03:00
15 lines
427 B
Text
15 lines
427 B
Text
|
|
# Automatically added by dh_python3:
|
|
if which py3compile >/dev/null 2>&1; then
|
|
py3compile -p ahenk /usr/share/ahenk -V 3.2-
|
|
fi
|
|
|
|
# End automatically added section
|
|
# Automatically added by dh_installinit
|
|
if [[ "$1" = "configure" ]] || [[ "$1" = "abort-upgrade" ]]; then
|
|
if [[ -x "/etc/init.d/ahenk" ]]; then
|
|
update-rc.d ahenk defaults >/dev/null
|
|
invoke-rc.d ahenk start || exit $?
|
|
fi
|
|
fi
|
|
# End automatically added section
|