File: postinst

package info (click to toggle)
pgplot 5.2-4
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 6,252 kB
  • ctags: 5,899
  • sloc: fortran: 37,938; ansic: 18,809; sh: 1,133; objc: 532; perl: 436; makefile: 254; pascal: 233; tcl: 178; awk: 51; csh: 25
file content (5 lines) | stat: -rwxr-xr-x 153 bytes parent folder | download
1
2
3
4
5
#!/bin/sh
set -e
ldconfig
if [ -L /usr/lib/libpgplot.so  ] ; then rm -f /usr/lib/libpgplot.so  ; fi
ln -s  /usr/lib/libpgplot.so.5 /usr/lib/libpgplot.so