File: tk8.4-dev.preinst

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

set -e

# remove old symlink if it's still hanging around.
if [ -L /usr/share/doc/tk8.4-dev ] ; then
    rm -f /usr/share/doc/tk8.4-dev
fi

#DEBHELPER#