Changes between Version 4 and Version 5 of HP-UX


Ignore:
Timestamp:
Jan 24, 2011, 10:06:42 AM (14 years ago)
Author:
Josh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HP-UX

    v4 v5  
    5454# vi postinstall
    5555"postinstall" 11 lines, 860 characters
     56#!/usr/bin/sh
     57export PATH=/opt/perl_32/bin
    5658pod2man --section=1 ./bin/pbdistrocheck > /opt/perl_32/man/man1/pbdistrocheck.1
    5759pod2man --section=3 ./lib/ProjectBuilder/Base.pm > /opt/perl_32/man/man3/ProjectBuilder::Base.3
     
    6466pod2man --section=5 ./etc/pb.conf.pod > /usr/local/share/man/man5/pb.conf.5
    6567# vi postremove
    66 "postremove" 11 lines, 458 characters
     68"postremove" 11 lines, 458 characters
     69#!/usr/bin/sh
     70export PATH=/usr/bin
    6771rm -f /opt/perl_32/man/man1/pbdistrocheck.1
    6872rm -f /opt/perl_32/man/man3/ProjectBuilder::Base.3
     
    125129# vi postinstall
    126130"postinstall" 9 lines, 576 characters
     131#!/usr/bin/sh
     132export PATH=/opt/perl_32/bin
    127133pod2man --section=1 ./bin/pb > /opt/perl_32/man/man1/pb.1
    128134pod2man --section=1 ./bin/pbg > /opt/perl_32/man/man1/pbg.1
     
    134140# vi postremove
    135141"postremove" 7 lines, 311 characters
     142#!/usr/bin/sh
     143export PATH=/usr/bin
    136144rm -f /opt/perl_32/man/man1/pb.1
    137145rm -f /opt/perl_32/man/man1/pbg.1