From ace96de4730b40b0d3b764d45fee37ae57894f9b Mon Sep 17 00:00:00 2001 From: Monsta Date: Sat, 2 Jan 2016 21:52:54 +0300 Subject: drop MateConf migration scripts --- sendto/Makefile.am | 4 ---- sendto/caja-sendto-convert | 3 --- 2 files changed, 7 deletions(-) delete mode 100644 sendto/caja-sendto-convert (limited to 'sendto') diff --git a/sendto/Makefile.am b/sendto/Makefile.am index 68a169c..cefa6ea 100644 --- a/sendto/Makefile.am +++ b/sendto/Makefile.am @@ -68,9 +68,6 @@ nst-enum-types.c: $(nst_headers_to_scan_for_enums) Makefile nst-enum-types.h --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ $(nst_headers_to_scan_for_enums)) > $@ -convertdir=$(datadir)/MateConf/gsettings -convert_DATA = caja-sendto-convert - gsettingsschema_in_files = org.mate.Caja.Sendto.gschema.xml.in gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml) @INTLTOOL_XML_NOMERGE_RULE@ @@ -87,7 +84,6 @@ EXTRA_DIST = \ $(ui_DATA) \ $(man_MANS) \ caja-sendto.pc.in \ - $(convert_DATA) \ $(gsettingsschema_in_files) CLEANFILES = \ diff --git a/sendto/caja-sendto-convert b/sendto/caja-sendto-convert deleted file mode 100644 index 4555b9a..0000000 --- a/sendto/caja-sendto-convert +++ /dev/null @@ -1,3 +0,0 @@ -[org.mate.Caja.Sendto] -last-medium = /org/mate/caja-sendto/last_medium -last-compress = /org/mate/caja-sendto/last_compress -- cgit v1.2.1