summaryrefslogtreecommitdiff
path: root/extra/colord/colord.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-26 00:08:39 -0800
committerroot <root@rshg054.dnsready.net>2013-01-26 00:08:39 -0800
commit7d3e94229ca9849421d263542eb2c61f64a91c10 (patch)
treea64484da5988880907feb62e68952c19724a24bd /extra/colord/colord.install
parentef71629a65f6e8052d66775f07b079bf08322476 (diff)
Sat Jan 26 00:08:39 PST 2013
Diffstat (limited to 'extra/colord/colord.install')
-rw-r--r--extra/colord/colord.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/colord/colord.install b/extra/colord/colord.install
new file mode 100644
index 000000000..c25dff2d3
--- /dev/null
+++ b/extra/colord/colord.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}