File: python-gsw.preinst

package info (click to toggle)
gsw 3.0.3-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,812 kB
  • ctags: 892
  • sloc: python: 9,017; makefile: 85; sh: 3
file content (11 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709959
[ -h /usr/lib/python2.7/dist-packages/gsw-3.0.1.egg-info ] && rm /usr/lib/python2.7/dist-packages/gsw-3.0.1.egg-info

#DEBHELPER#

exit 0