summarylogtreecommitdiffstats
path: root/bomi.install
diff options
context:
space:
mode:
authorPedro Gabriel Drumond Pereira2015-08-04 23:02:25 -0300
committerPedro Gabriel Drumond Pereira2015-08-04 23:02:25 -0300
commit340331a9d11b71390dce311b62d573c5316c6b1e (patch)
treec70de472b6fbf59841733a37c84d4a94d5bb3f1a /bomi.install
downloadaur-340331a9d11b71390dce311b62d573c5316c6b1e.tar.gz
Initial import
Diffstat (limited to 'bomi.install')
-rw-r--r--bomi.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/bomi.install b/bomi.install
new file mode 100644
index 000000000000..6481cee07145
--- /dev/null
+++ b/bomi.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}