diff options
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build.macros.in b/build.macros.in index df65a81..e897a6a 100644 --- a/build.macros.in +++ b/build.macros.in @@ -95,9 +95,7 @@ %%{nil}}} # GConf schemas: -# installation is handled by filetriggers -%post_install_gconf_schemas() %{nil} -# but uninstall still need to be done in %preun: +# uninstall still need to be done in %preun: %preun_uninstall_gconf_schemas() if [ "$1" = "0" -a -x %{_gconftool_bin} ]; then \ SCHEMAS="" \ for SCHEMA in %{*} ; do \ |