[go: up one dir, main page]

File: tk8.3.prerm

package info (click to toggle)
tk8.3 8.3.3-8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 12,212 kB
  • ctags: 12,433
  • sloc: ansic: 120,657; tcl: 12,784; makefile: 1,259; sh: 1,057
file content (9 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ $1 != "upgrade" ] ; then
	update-alternatives --remove wish /usr/bin/wish8.3
fi

#DEBHELPER#