File: python-crypto-dbg.preinst

package info (click to toggle)
python-crypto 2.6.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,984 kB
  • sloc: ansic: 12,455; python: 10,473; sh: 41; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

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

#DEBHELPER#