File: tk8.4.postinst

package info (click to toggle)
tk8.4 8.4.19-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 17,088 kB
  • sloc: ansic: 158,687; tcl: 16,078; makefile: 1,766; sh: 677
file content (11 lines) | stat: -rw-r--r-- 229 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.4 841 \
			--slave /usr/share/man/man1/wish.1.gz wish.1 \
			/usr/share/man/man1/wish8.4.1.gz
fi

#DEBHELPER#