File: postrm

package info (click to toggle)
cdecl 2.5-15
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 292 kB
  • sloc: ansic: 3,007; yacc: 1,531; makefile: 77; lex: 75; sh: 32
file content (10 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

if [ "$1" = remove ]; then
    dpkg-divert --package cdecl --remove --rename \
	--divert /usr/bin/cdecl.cutils /usr/bin/cdecl
    dpkg-divert --package cdecl --remove --rename \
	--divert /usr/share/man/man1/cdecl.cutils.1.gz /usr/share/man/man1/cdecl.1.gz
fi

#DEBHELPER#