File: python-newt-dbg.preinst

package info (click to toggle)
newt 0.52.14-11.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,548 kB
  • sloc: ansic: 9,098; python: 708; makefile: 235; sh: 14
file content (10 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

# handle symlink to directory conversion (#700781)
DOCDIR=/usr/share/doc/python-newt-dbg
if [ -L $DOCDIR ] ; then
  rm $DOCDIR
fi

#DEBHELPER#