2000-07-27 05:40:55 +00:00
|
|
|
bin/jwhois
|
2001-03-22 10:10:05 +00:00
|
|
|
@unexec if cmp -s %D/etc/jwhois.conf %D/etc/jwhois.conf.sample; then rm -f %D/etc/jwhois.conf; fi
|
|
|
|
etc/jwhois.conf.sample
|
2001-04-02 05:29:06 +00:00
|
|
|
@exec if [ ! -f %B/jwhois.conf ]; then cp %B/%f %B/jwhois.conf; fi
|
2000-07-27 05:40:55 +00:00
|
|
|
@unexec install-info --delete %D/info/jwhois.info %D/info/dir
|
|
|
|
info/jwhois.info
|
|
|
|
@exec install-info %D/info/jwhois.info %D/info/dir
|
2002-02-09 09:53:54 +00:00
|
|
|
share/locale/es/LC_MESSAGES/jwhois.mo
|
|
|
|
share/locale/fr/LC_MESSAGES/jwhois.mo
|
2002-09-12 12:58:51 +00:00
|
|
|
share/locale/id/LC_MESSAGES/jwhois.mo
|
2001-03-22 10:10:05 +00:00
|
|
|
share/locale/ru/LC_MESSAGES/jwhois.mo
|
2000-07-27 05:40:55 +00:00
|
|
|
share/locale/sv/LC_MESSAGES/jwhois.mo
|
2002-09-12 12:58:51 +00:00
|
|
|
share/locale/tr/LC_MESSAGES/jwhois.mo
|
|
|
|
share/locale/zh_TW/LC_MESSAGES/jwhois.mo
|
2000-07-27 05:40:55 +00:00
|
|
|
@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
|
|
|
|
@unexec rmdir %D/share/locale/* 2>/dev/null || true
|
|
|
|
@unexec rmdir %D/share/locale 2>/dev/null || true
|
2002-03-15 16:53:34 +00:00
|
|
|
@exec mkdir -p %D/var/jwhois 2>/dev/null || true
|
2000-07-27 05:40:55 +00:00
|
|
|
@unexec rm -f %D/var/jwhois/jwhois.db 2>/dev/null || true
|
|
|
|
@unexec rmdir %D/var/jwhois 2>/dev/null || true
|
|
|
|
@unexec rmdir %D/var 2>/dev/null || true
|
2002-02-09 09:53:54 +00:00
|
|
|
@unexec rmdir -p %D/man/sv/man1 2>/dev/null || true
|