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

Revision 8789, 174 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.
Line 
1#!/bin/sh
2for i in \
3        developer-notes.info \
4        install.info \
5        kerbapi.info \
6        kerbman.info \
7        mac.info \
8        windows.info; do
9                install-info --quiet --remove /usr/info/$i
10done
Note: See TracBrowser for help on using the repository browser.