| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
| 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/gnome2.eclass,v 1.39 2004/04/09 15:49:46 foser Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.40 2004/04/09 18:46:57 foser Exp $ |
| 4 | # |
4 | # |
| 5 | # Authors: |
5 | # Authors: |
| 6 | # Bruce A. Locke <blocke@shivan.org> |
6 | # Bruce A. Locke <blocke@shivan.org> |
| 7 | # Spidler <spider@gentoo.org> |
7 | # Spidler <spider@gentoo.org> |
| 8 | |
8 | |
| … | |
… | |
| 141 | gnome2_pkg_postinst() { |
141 | gnome2_pkg_postinst() { |
| 142 | gnome2_gconf_install |
142 | gnome2_gconf_install |
| 143 | gnome2_scrollkeeper_update |
143 | gnome2_scrollkeeper_update |
| 144 | } |
144 | } |
| 145 | |
145 | |
| 146 | gnome2_pkg_prerm() { |
146 | #gnome2_pkg_prerm() { |
| 147 | |
147 | |
| 148 | gnome2_gconf_uninstall |
148 | # gnome2_gconf_uninstall |
| 149 | |
149 | |
| 150 | } |
150 | #} |
| 151 | |
151 | |
| 152 | gnome2_pkg_postrm() { |
152 | gnome2_pkg_postrm() { |
| 153 | gnome2_scrollkeeper_update |
153 | gnome2_scrollkeeper_update |
| 154 | } |
154 | } |
| 155 | |
155 | |
| 156 | |
156 | |
| 157 | EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_prerm pkg_postrm |
157 | #EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_prerm pkg_postrm |
|
|
158 | EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_postrm |
| 158 | |
159 | |
| 159 | |
160 | |