File: tk8.5.postrm

package info (click to toggle)
tk8.5 8.5.11-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 20,828 kB
  • sloc: ansic: 169,592; tcl: 22,719; makefile: 1,723; sh: 876
file content (12 lines) | stat: -rw-r--r-- 173 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.5/examples ]; then
	# brokenness
	rm -rf /usr/share/doc/tk8.5/examples
    fi
fi

#DEBHELPER#