diff options
Diffstat (limited to 'community/notify-osd/notify-osd.install')
-rw-r--r-- | community/notify-osd/notify-osd.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/notify-osd/notify-osd.install b/community/notify-osd/notify-osd.install new file mode 100644 index 000000000..f8470c77c --- /dev/null +++ b/community/notify-osd/notify-osd.install @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + |