File: t1lib-bin.preinst

package info (click to toggle)
t1lib 5.1.0-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 9,168 kB
  • ctags: 2,893
  • sloc: ansic: 27,752; sh: 9,866; makefile: 700
file content (9 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

# Remove symlink /usr/share/doc/t1lib-bin
if [ -L /usr/share/doc/t1lib-bin ]; then
    rm -f /usr/share/doc/t1lib-bin
fi

#DEBHELPER#