diff options
author | Alan Fitton <ajf@eth0.org.uk> | 2011-08-27 23:54:43 +0000 |
---|---|---|
committer | Alan Fitton <ajf@eth0.org.uk> | 2011-08-27 23:54:43 +0000 |
commit | a9197e0cf4a519dff24462fc798edb462da0989b (patch) | |
tree | f727b5579cc28ee0e656e982166537b069e157c9 | |
parent | ed3cec7420b188b85a1585479215f519a301fc37 (diff) |
hopefully the last trace of gconf :)
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | redhat/transmission-remote-gtk.spec | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f67a46d..7731f87 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,4 @@ if test x$enable_debug = xyes; then AC_DEFINE([DEBUG], [], [enable debugging]) fi -AM_GCONF_SOURCE_2 - AC_OUTPUT([Makefile po/Makefile.in src/Makefile]) diff --git a/redhat/transmission-remote-gtk.spec b/redhat/transmission-remote-gtk.spec index eb5a1d4..65494bf 100644 --- a/redhat/transmission-remote-gtk.spec +++ b/redhat/transmission-remote-gtk.spec @@ -47,7 +47,6 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %post - update-desktop-database %{_datadir}/applications >/dev/null 2>&1 %postun |