File: python-gsw.preinst

package info (click to toggle)
gsw 3.6.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,528 kB
  • sloc: ansic: 133,466; python: 2,015; makefile: 14; 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