File: python-crypto-dbg.preinst

package info (click to toggle)
python-crypto 2.6.1-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,032 kB
  • ctags: 3,599
  • sloc: ansic: 12,466; python: 10,482; sh: 41; makefile: 14
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#