summarylogtreecommitdiffstats
path: root/budgie-desktop.install
diff options
context:
space:
mode:
authorRicardo Vieira2015-06-11 16:11:16 +0100
committerRicardo Vieira2015-06-11 16:11:16 +0100
commit74555821c57f2ed155fcb6025c91db9df41f7735 (patch)
treeaa64cbd709ce8633b60431c9404f031da77f718f /budgie-desktop.install
downloadaur-74555821c57f2ed155fcb6025c91db9df41f7735.tar.gz
Import from AURv3
Diffstat (limited to 'budgie-desktop.install')
-rw-r--r--budgie-desktop.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/budgie-desktop.install b/budgie-desktop.install
new file mode 100644
index 000000000000..fabaa1ed7e91
--- /dev/null
+++ b/budgie-desktop.install
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}