| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.24 2004/06/25 00:39:48 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.25 2004/06/27 00:30:56 stuart Exp $ |
| 4 | # |
4 | # |
| 5 | # eclass/webapp.eclass |
5 | # eclass/webapp.eclass |
| 6 | # Eclass for installing applications to run under a web server |
6 | # Eclass for installing applications to run under a web server |
| 7 | # |
7 | # |
| 8 | # Part of the implementation of GLEP #11 |
8 | # Part of the implementation of GLEP #11 |
| … | |
… | |
| 428 | dodir "${MY_HOSTROOTDIR}" |
428 | dodir "${MY_HOSTROOTDIR}" |
| 429 | dodir "${MY_CGIBINDIR}" |
429 | dodir "${MY_CGIBINDIR}" |
| 430 | dodir "${MY_ICONSDIR}" |
430 | dodir "${MY_ICONSDIR}" |
| 431 | dodir "${MY_ERRORSDIR}" |
431 | dodir "${MY_ERRORSDIR}" |
| 432 | dodir "${MY_SQLSCRIPTSDIR}" |
432 | dodir "${MY_SQLSCRIPTSDIR}" |
|
|
433 | dodir "${MY_HOOKSCRIPTSDIR}" |
| 433 | } |
434 | } |
| 434 | |
435 | |
| 435 | function webapp_pkg_postinst () |
436 | function webapp_pkg_postinst () |
| 436 | { |
437 | { |
| 437 | . "${ETC_CONFIG}" |
438 | . "${ETC_CONFIG}" |