From dda96ce532ef99400e2b7703a0f538771b36b624 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 9 Sep 2012 00:11:39 +0000 Subject: Sun Sep 9 00:11:39 UTC 2012 --- gnome-unstable/gnome-keyring/gnome-keyring.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gnome-unstable/gnome-keyring/gnome-keyring.install (limited to 'gnome-unstable/gnome-keyring/gnome-keyring.install') 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 +} -- cgit v1.2.3-54-g00ecf