7 lines
197 B
Plaintext
7 lines
197 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
|
|
|
|
deluser --remove-home telegramd |