File: postinst

package info (click to toggle)
debview 1.7-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 100 kB
  • ctags: 28
  • sloc: lisp: 333; sh: 82; makefile: 40
file content (9 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /bin/sh
/usr/lib/emacsen-common/emacs-package-install debview

PACKAGE=debview
if [ "$1" = "configure" ]; then
     if [ -d /usr/doc -a ! -e /usr/doc/$PACKAGE -a -d /usr/share/doc/$PACKAGE ]; then
	     ln -sf ../share/doc/$PACKAGE /usr/doc/$PACKAGE
     fi
fi