File: prerm

package info (click to toggle)
xotcl 0.85.3-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,832 kB
  • ctags: 2,734
  • sloc: ansic: 18,065; tcl: 1,256; makefile: 653; sh: 430
file content (16 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh
# prerm script for xotcl-full
#
# see: dh_installdeb(1)

set -e

#if [ $1 != "upgrade" ]; then
#    update-alternatives --remove tclsh /usr/bin/xotclsh
#fi

#DEBHELPER#

exit 0