File: prerm

package info (click to toggle)
sendfile 2.1b.20080616-8
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,568 kB
  • sloc: ansic: 13,128; sh: 4,193; perl: 844; makefile: 147; java: 36; csh: 3
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#! /bin/bash
# pre removal script for the Debian GNU/Linux sendfile package

set -e

if [ "$1" = "remove" -o  "$1" = "purge" ]; then
    update-inetd --pattern sendfiled --disable saft
fi