File: python-crypto-dbg.preinst

package info (click to toggle)
python-crypto 2.6-4%2Bdeb7u3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,752 kB
  • sloc: ansic: 12,455; python: 10,474; makefile: 42; sh: 5
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#