summarylogtreecommitdiffstats
path: root/phoenix.install
diff options
context:
space:
mode:
authorLev Lybin2019-05-07 11:47:58 +0700
committerLev Lybin2019-05-07 11:47:58 +0700
commit9652b6018e1b5675cea81021e156fe9a8b266060 (patch)
tree997180b19dc2dd47370a59f270c841c7a90cf109 /phoenix.install
downloadaur-9652b6018e1b5675cea81021e156fe9a8b266060.tar.gz
0x0
Diffstat (limited to 'phoenix.install')
-rw-r--r--phoenix.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/phoenix.install b/phoenix.install
new file mode 100644
index 000000000000..59beae0f39fb
--- /dev/null
+++ b/phoenix.install
@@ -0,0 +1,9 @@
+post_install() {
+ update-mime-database /usr/share/mime 1> /dev/null
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+ post_install
+}