summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilmann Meyer2020-03-18 21:34:49 +0100
committerTilmann Meyer2020-03-18 21:34:49 +0100
commitaae391f63bb8d08d6fced22231da8fc0a5ad73ea (patch)
treeba58c4c3ffd2e378a5d3c17f0d3c2ac8e85b0e89
parentf26c7532346f2ec5a3067cd2d0f7bd688fbe36bf (diff)
downloadaur-aae391f63bb8d08d6fced22231da8fc0a5ad73ea.tar.gz
mainpkg: removed unneeded files
-rw-r--r--gio-querymodules.hook11
-rw-r--r--glib-compile-schemas.hook12
-rw-r--r--noisy-glib-compile-schemas.diff24
3 files changed, 0 insertions, 47 deletions
diff --git a/gio-querymodules.hook b/gio-querymodules.hook
deleted file mode 100644
index 193233398168..000000000000
--- a/gio-querymodules.hook
+++ /dev/null
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib/gio/modules/*.so
-
-[Action]
-Description = Updating GIO module cache...
-When = PostTransaction
-Exec = /usr/bin/gio-querymodules /usr/lib/gio/modules
diff --git a/glib-compile-schemas.hook b/glib-compile-schemas.hook
deleted file mode 100644
index 04dc59b1a638..000000000000
--- a/glib-compile-schemas.hook
+++ /dev/null
@@ -1,12 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/glib-2.0/schemas/*.gschema.xml
-Target = usr/share/glib-2.0/schemas/*.gschema.override
-
-[Action]
-Description = Compiling GSettings XML schema files...
-When = PostTransaction
-Exec = /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
diff --git a/noisy-glib-compile-schemas.diff b/noisy-glib-compile-schemas.diff
deleted file mode 100644
index f5f2d9482229..000000000000
--- a/noisy-glib-compile-schemas.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git i/gio/glib-compile-schemas.c w/gio/glib-compile-schemas.c
-index b8de0907248f6860..130f89b1728f7932 100644
---- i/gio/glib-compile-schemas.c
-+++ w/gio/glib-compile-schemas.c
-@@ -1219,19 +1219,6 @@ parse_state_start_schema (ParseState *state,
- return;
- }
-
-- if (path && (g_str_has_prefix (path, "/apps/") ||
-- g_str_has_prefix (path, "/desktop/") ||
-- g_str_has_prefix (path, "/system/")))
-- {
-- gchar *message = NULL;
-- message = g_strdup_printf (_("Warning: Schema “%s” has path “%s”. "
-- "Paths starting with "
-- "“/apps/”, “/desktop/” or “/system/” are deprecated."),
-- id, path);
-- g_printerr ("%s\n", message);
-- g_free (message);
-- }
--
- state->schema_state = schema_state_new (path, gettext_domain,
- extends, extends_name, list_of);
-