File: prerm

package info (click to toggle)
xtell 1.91.2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 164 kB
  • ctags: 65
  • sloc: ansic: 962; makefile: 81; sh: 39
file content (9 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
# pre removal script for the Debian GNU/Linux xtell package

set -e

#update-inetd --disable xtell
#update-inetd --file /etc/services --disable xtell

#DEBHELPER#