summaryrefslogtreecommitdiff
path: root/gnome-unstable/gnome-keyring/gnome-keyring.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-unstable/gnome-keyring/gnome-keyring.install')
-rw-r--r--gnome-unstable/gnome-keyring/gnome-keyring.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-unstable/gnome-keyring/gnome-keyring.install b/gnome-unstable/gnome-keyring/gnome-keyring.install
new file mode 100644
index 000000000..c351377a2
--- /dev/null
+++ b/gnome-unstable/gnome-keyring/gnome-keyring.install
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}