diff options
author | Siddartha Nepal | 2025-03-07 23:44:57 +0530 |
---|---|---|
committer | Siddartha Nepal | 2025-03-07 23:44:57 +0530 |
commit | 53c7fdd7322e0ae8194ba8d4ef3ec91a313cebdd (patch) | |
tree | 9c27fe91624553faf03a727bebb902687a83a9f2 /mrsapp.install | |
download | aur-mrsapp.tar.gz |
added
Diffstat (limited to 'mrsapp.install')
-rw-r--r-- | mrsapp.install | 13 |
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 |