File: console-tools.preinst

package info (click to toggle)
console-tools 1%3A0.2.3dbs-56
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,568 kB
  • ctags: 20
  • sloc: sh: 215; makefile: 118; perl: 17
file content (11 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

# In previous releases, this was a symlink that could be accidentally
# left behind. Delete before installing.
if [ -L /usr/share/doc/console-tools ]; then
   rm -f /usr/share/doc/console-tools
fi

#DEBHELPER#