File: lynx.postrm

package info (click to toggle)
lynx 2.9.0dev.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,720 kB
  • sloc: ansic: 136,954; sh: 3,915; makefile: 1,175; perl: 1,130; yacc: 783
file content (16 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh
# postrm script for lynx
pack=lynx
cnfdir=/etc/${pack}

set -e

if [ "$1" = "purge" ]; then
    rm -f ${cnfdir}/local.cfg
fi


# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#