summarylogtreecommitdiffstats
path: root/mrsapp.install
diff options
context:
space:
mode:
authorSiddartha Nepal2025-03-07 23:44:57 +0530
committerSiddartha Nepal2025-03-07 23:44:57 +0530
commit53c7fdd7322e0ae8194ba8d4ef3ec91a313cebdd (patch)
tree9c27fe91624553faf03a727bebb902687a83a9f2 /mrsapp.install
downloadaur-mrsapp.tar.gz
added
Diffstat (limited to 'mrsapp.install')
-rw-r--r--mrsapp.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/mrsapp.install b/mrsapp.install
new file mode 100644
index 000000000000..e304f9706743
--- /dev/null
+++ b/mrsapp.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+} \ No newline at end of file