Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > fd358b45da80a4a5bd2e9559ba768162 > files > 28

man-pages-ja-20100415-4.fc14.src.rpm

#!/bin/perl
#
# install script for man-pages-ja-0.5-20011115
#
# Will never work on other man pages!!
#
# By Yukihiro Nakai <ynakai@redhat.com>

print "$ARGV[0]/usr/share/man/ja\n";
print "1\n";
print "root\n";
print "root\n";
print "C\n";

###
# Maintainer should update these number according to the original Makefile
###
for($i=0; $i<=109; $i++) {
  print "\n";
}
print "C\n";

for($i=0; $i<=68; $i++) {
  print "0\n";
}
print "C\n";