summaryrefslogtreecommitdiff
path: root/system/glib/glib.trigger
diff options
context:
space:
mode:
Diffstat (limited to 'system/glib/glib.trigger')
-rw-r--r--system/glib/glib.trigger16
1 files changed, 0 insertions, 16 deletions
diff --git a/system/glib/glib.trigger b/system/glib/glib.trigger
deleted file mode 100644
index cf23eff7d..000000000
--- a/system/glib/glib.trigger
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-for i in "$@"; do
- if ! [ -e "$i" ]; then
- continue
- fi
- case "$i" in
- */modules)
- /usr/bin/gio-querymodules "$i"
- ;;
- */schemas)
- /usr/bin/glib-compile-schemas "$i"
- ;;
- esac
-done
-