File: prerm

package info (click to toggle)
p10cfgd 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 96 kB
  • sloc: perl: 201; exp: 66; makefile: 39; sh: 2
file content (7 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#! /bin/bash -e

# clean up the /etc/inetd.conf file

update-inetd --remove rmtcfg

#DEBHELPER#