summarylogtreecommitdiffstats
path: root/btdex.install
diff options
context:
space:
mode:
authorLev Lybin2020-01-14 03:13:07 +0700
committerLev Lybin2020-01-14 03:13:07 +0700
commit0b93e1fce275a62e67d0c116e61b50ad98fda4fd (patch)
treec73915d4180520087dfd360d914d355d77be01d4 /btdex.install
downloadaur-0b93e1fce275a62e67d0c116e61b50ad98fda4fd.tar.gz
0x0
Diffstat (limited to 'btdex.install')
-rw-r--r--btdex.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/btdex.install b/btdex.install
new file mode 100644
index 000000000000..59beae0f39fb
--- /dev/null
+++ b/btdex.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
+}