source: trunk/third/cns/debian.postinst @ 8789

Revision 8789, 254 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8788, which included commits to RCS files with non-trunk default branches.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2/usr/kerberos/install/configure
3for i in \
4        developer-notes.info \
5        install.info \
6        kerbapi.info \
7        kerbman.info \
8        mac.info \
9        windows.info; do
10install-info --description='Cygnus Network Security version 4.' \
11             --quiet /usr/info/$i
12done
Note: See TracBrowser for help on using the repository browser.