tg/debian/telegram-cli.prerm.debhelper
2014-10-11 16:12:20 +04:00

6 lines
165 B
Plaintext

# Automatically added by dh_installinit
if [ -e "/etc/init/telegram-cli.conf" ]; then
invoke-rc.d telegram-cli stop || exit $?
fi
# End automatically added section