summarylogtreecommitdiffstats
path: root/fwbuilder.install
diff options
context:
space:
mode:
authorCédric Bellegarde2018-02-12 11:02:42 +0100
committerCédric Bellegarde2018-02-12 11:02:42 +0100
commit45ecab162beb7aeccddc72f57e4b834100f8d3b7 (patch)
treec6dabffc4d0267724511f1ca7fe6fd66de3426ce /fwbuilder.install
downloadaur-45ecab162beb7aeccddc72f57e4b834100f8d3b7.tar.gz
Add files
Diffstat (limited to 'fwbuilder.install')
-rw-r--r--fwbuilder.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/fwbuilder.install b/fwbuilder.install
new file mode 100644
index 000000000000..b2d4799317f1
--- /dev/null
+++ b/fwbuilder.install
@@ -0,0 +1,14 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q /usr/share/applications &> /dev/null
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+