summaryrefslogtreecommitdiffstats
path: root/abs/not_built/extra/gnome-keyring/gnome-keyring.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/not_built/extra/gnome-keyring/gnome-keyring.install')
-rw-r--r--abs/not_built/extra/gnome-keyring/gnome-keyring.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/not_built/extra/gnome-keyring/gnome-keyring.install b/abs/not_built/extra/gnome-keyring/gnome-keyring.install
new file mode 100644
index 0000000..e5204bc
--- /dev/null
+++ b/abs/not_built/extra/gnome-keyring/gnome-keyring.install
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}