[go: up one dir, main page]

File: tk8.3-dev.preinst

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 (10 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (4)
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.3-dev ] ; then
    rm -f /usr/share/doc/tk8.3-dev
fi

#DEBHELPER#