File: cw.postrm

package info (click to toggle)
unixcw 3.5.0-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,192 kB
  • ctags: 1,515
  • sloc: ansic: 12,090; sh: 11,452; cpp: 1,438; awk: 273; makefile: 244
file content (14 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

#DEBHELPER#

set -e

if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then
  . /usr/share/debconf/confmodule
  db_purge
fi

if ( `dpkg-statoverride --list | grep -q bin/cw$` ); then
  dpkg-statoverride --remove /usr/bin/cw
fi