summarylogtreecommitdiffstats
path: root/vesta.install
diff options
context:
space:
mode:
Diffstat (limited to 'vesta.install')
-rw-r--r--vesta.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/vesta.install b/vesta.install
new file mode 100644
index 000000000000..6b0f066e6573
--- /dev/null
+++ b/vesta.install
@@ -0,0 +1,10 @@
+post_install() {
+ xdg-icon-resource forceupdate
+ update-desktop-database -q
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}