| version 1.174, 2002/05/03 08:59:14 |
version 1.175, 2002/05/07 02:11:07 |
| Line 104 afterinstall: postinstall-check |
|
| Line 104 afterinstall: postinstall-check |
|
| |
|
| postinstall-check: |
postinstall-check: |
| @echo " === Post installation checks ===" |
@echo " === Post installation checks ===" |
| sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check |
sh ${.CURDIR}/etc/postinstall -s ${.CURDIR} -d ${DESTDIR}/ check |
| @echo " ================================" |
@echo " ================================" |
| |
|
| postinstall-fix: .NOTMAIN |
postinstall-fix: .NOTMAIN |
| @echo " === Post installation fixes ===" |
@echo " === Post installation fixes ===" |
| sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc fix |
sh ${.CURDIR}/etc/postinstall -s ${.CURDIR} -d ${DESTDIR}/ fix |
| @echo " ================================" |
@echo " ================================" |
| |
|
| |
|