File: postinst

package info (click to toggle)
pgplot5 5.2.2-19%2Bdeb8u1
  • links: PTS
  • area: non-free
  • in suites: jessie
  • size: 7,056 kB
  • ctags: 6,555
  • sloc: fortran: 39,792; ansic: 22,549; objc: 1,534; sh: 1,306; makefile: 386; perl: 234; pascal: 233; tcl: 190; awk: 51; csh: 25
file content (18 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
set -e

#DEBHELPER#

# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
#        if [ -d /usr/doc -a ! -e /usr/doc/pgplot5 -a -d /usr/share/doc/pgplot5 ]; then
#                ln -sf ../share/doc/pgplot5 /usr/doc/pgplot5
#	    fi
    ldconfig	    
    fi
# End automatically added section
# Automatically added by dh_installmenu
#    if test -x /usr/bin/update-menus ; then update-menus ; fi
# End automatically added section