[go: up one dir, main page]

File: tk8.3.postrm

package info (click to toggle)
tk8.3 8.3.5-6
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 12,372 kB
  • ctags: 12,469
  • sloc: ansic: 120,878; tcl: 13,236; makefile: 1,282; sh: 1,228
file content (12 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

if [ "$1" = "remove" ]; then
	if [ -d /usr/share/doc/tk8.3/examples ]; then
		# brokenness
		rm -rf /usr/share/doc/tk8.3/examples
	fi
fi

#DEBHELPER#