File: libnlopt0.preinst

package info (click to toggle)
nlopt 2.7.1-7.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,940 kB
  • sloc: ansic: 24,572; cpp: 2,983; sh: 86; makefile: 55; f90: 53; lisp: 37; python: 27
file content (6 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh -e
# directory moved to -dev package, the symlink from past upgrade should be removed
if [ -d /usr/share/doc/libnlopt0/examples ]; then
	rm -rf /usr/share/doc/libnlopt0/examples
fi
#DEBHELPER#