File: tk8.4.prerm

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

set -e

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

#DEBHELPER#