Changes between Version 4 and Version 5 of HP-UX
- Timestamp:
- Jan 24, 2011, 10:06:42 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HP-UX
v4 v5 54 54 # vi postinstall 55 55 "postinstall" 11 lines, 860 characters 56 #!/usr/bin/sh 57 export PATH=/opt/perl_32/bin 56 58 pod2man --section=1 ./bin/pbdistrocheck > /opt/perl_32/man/man1/pbdistrocheck.1 57 59 pod2man --section=3 ./lib/ProjectBuilder/Base.pm > /opt/perl_32/man/man3/ProjectBuilder::Base.3 … … 64 66 pod2man --section=5 ./etc/pb.conf.pod > /usr/local/share/man/man5/pb.conf.5 65 67 # vi postremove 66 "postremove" 11 lines, 458 characters 68 "postremove" 11 lines, 458 characters 69 #!/usr/bin/sh 70 export PATH=/usr/bin 67 71 rm -f /opt/perl_32/man/man1/pbdistrocheck.1 68 72 rm -f /opt/perl_32/man/man3/ProjectBuilder::Base.3 … … 125 129 # vi postinstall 126 130 "postinstall" 9 lines, 576 characters 131 #!/usr/bin/sh 132 export PATH=/opt/perl_32/bin 127 133 pod2man --section=1 ./bin/pb > /opt/perl_32/man/man1/pb.1 128 134 pod2man --section=1 ./bin/pbg > /opt/perl_32/man/man1/pbg.1 … … 134 140 # vi postremove 135 141 "postremove" 7 lines, 311 characters 142 #!/usr/bin/sh 143 export PATH=/usr/bin 136 144 rm -f /opt/perl_32/man/man1/pb.1 137 145 rm -f /opt/perl_32/man/man1/pbg.1