diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-15 22:55:03 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-15 22:55:03 (GMT) |
commit | 018656a382317deb927b347e290509cfc2a07159 (patch) | |
tree | 6d31421f19607d091e1ca721ad889a26cd0800ae /abs/extra/geoclue/geoclue.install | |
parent | 0adfe34294d95c48f633c4c069bdfd28a7563226 (diff) | |
download | linhes_pkgbuild-018656a382317deb927b347e290509cfc2a07159.zip linhes_pkgbuild-018656a382317deb927b347e290509cfc2a07159.tar.gz linhes_pkgbuild-018656a382317deb927b347e290509cfc2a07159.tar.bz2 |
geoclue: update to 0.12.99
Diffstat (limited to 'abs/extra/geoclue/geoclue.install')
-rw-r--r-- | abs/extra/geoclue/geoclue.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/geoclue/geoclue.install b/abs/extra/geoclue/geoclue.install new file mode 100644 index 0000000..c25dff2 --- /dev/null +++ b/abs/extra/geoclue/geoclue.install @@ -0,0 +1,11 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |