File: python-gsw.preinst

package info (click to toggle)
gsw 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,232 kB
  • sloc: ansic: 132,248; python: 1,617; makefile: 13; 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