[go: up one dir, main page]

File: tk8.3.postinst

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 (11 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
	update-alternatives --install /usr/bin/wish wish /usr/bin/wish8.3 831 \
		--slave /usr/share/man/man1/wish.1.gz wish.1 \
	    	/usr/share/man/man1/wish8.3.1.gz
fi

#DEBHELPER#