diff options
author | Monsta <[email protected]> | 2016-01-02 23:39:00 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2016-01-02 23:39:00 +0300 |
commit | 0fc48e166c3c2329552f1d0a4fb0060b77269437 (patch) | |
tree | f4c1d5421720d5e6d3cd7a4fc7bcee82f54fba32 | |
parent | 6e7540e4ad8a022e2b17f86a46a5e5d7615fe594 (diff) | |
download | mate-control-center-0fc48e166c3c2329552f1d0a4fb0060b77269437.tar.bz2 mate-control-center-0fc48e166c3c2329552f1d0a4fb0060b77269437.tar.xz |
drop MateConf migration script
-rw-r--r-- | Makefile.am | 6 | ||||
-rw-r--r-- | mate-control-center.convert | 11 |
2 files changed, 1 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am index 58d51686..6e0aaeee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,9 +21,6 @@ gsettingsschema_in_files = \ gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml) @GSETTINGS_RULES@ -convertdir = $(datadir)/MateConf/gsettings -convert_DATA = mate-control-center.convert - ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} CLEANFILES = \ @@ -51,8 +48,7 @@ MAINTAINERCLEANFILES = \ EXTRA_DIST = \ autogen.sh \ - $(gsettingsschema_in_files) \ - $(convert_DATA) + $(gsettingsschema_in_files) DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb diff --git a/mate-control-center.convert b/mate-control-center.convert deleted file mode 100644 index 68877bcb..00000000 --- a/mate-control-center.convert +++ /dev/null @@ -1,11 +0,0 @@ -[org.mate.control-center] -cc-actions-list = /apps/control-center/cc_actions_list -cc-exit-shell-on-static-action = /apps/control-center/cc_exit_shell_on_static_action -cc-exit-shell-on-action-start = /apps/control-center/cc_exit_shell_on_action_start -cc-exit-shell-on-action-help = /apps/control-center/cc_exit_shell_on_action_help -cc-exit-shell-on-action-add-remove = /apps/control-center/cc_exit_shell_on_action_add_remove -cc-exit-shell-on-action-upgrade-uninstall = /apps/control-center/cc_exit_shell_on_action_upgrade_uninstall - -[org.mate.control-center.appearance] -more-backgrounds-url = /apps/control-center/appearance/more_backgrounds_url -more-themes-url = /apps/control-center/appearance/more_themes_url |