summarylogtreecommitdiffstats
path: root/lollypop.install
diff options
context:
space:
mode:
authorIan Brunelli2015-06-08 22:25:06 -0300
committerIan Brunelli2015-06-08 22:25:06 -0300
commitd03fd05254f2c54b13428a31f73dcaca84e01c1c (patch)
treeef27c2afe76b24bc9fd38490c959203765520f4e /lollypop.install
downloadaur-d03fd05254f2c54b13428a31f73dcaca84e01c1c.tar.gz
New versioning model.
Diffstat (limited to 'lollypop.install')
-rw-r--r--lollypop.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/lollypop.install b/lollypop.install
new file mode 100644
index 000000000000..c0ed9a0d79f8
--- /dev/null
+++ b/lollypop.install
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}