diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2008-02-25 19:34:35 -0800 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2008-02-25 19:42:42 -0800 |
commit | 1b28c6ca17a7cd841c7d078a5f6662a157667b2f (patch) | |
tree | 38659cd2f7aea52c6d083781076ef7a41af8436a /eclass | |
parent | version bump from upstream (diff) | |
download | gnome-1b28c6ca17a7cd841c7d078a5f6662a157667b2f.tar.gz gnome-1b28c6ca17a7cd841c7d078a5f6662a157667b2f.tar.bz2 gnome-1b28c6ca17a7cd841c7d078a5f6662a157667b2f.zip |
please refrain from touching things you know nothing about
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2.eclass | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 6073a408..6dae2ca0 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -121,9 +121,9 @@ gnome2_pkg_postinst() { fi } -gnome2_pkg_prerm() { - gnome2_gconf_uninstall -} +#gnome2_pkg_prerm() { +# gnome2_gconf_uninstall +#} gnome2_pkg_postrm() { fdo-mime_desktop_database_update @@ -135,4 +135,5 @@ gnome2_pkg_postrm() { fi } -EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_prerm pkg_postrm +# pkg_prerm +EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm |