diff options
author | InfiniteX95 | 2025-01-04 01:40:52 +0100 |
---|---|---|
committer | InfiniteX95 | 2025-01-04 01:40:52 +0100 |
commit | f6182e5cc15ba8c2563a73d61e24f3ab15ea863c (patch) | |
tree | 466fe87fabc72565a47481e889b155cffa3018f0 /aonsoku-bin.install | |
download | aur-f6182e5cc15ba8c2563a73d61e24f3ab15ea863c.tar.gz |
Initial release (v0.7.1)
Diffstat (limited to 'aonsoku-bin.install')
-rw-r--r-- | aonsoku-bin.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/aonsoku-bin.install b/aonsoku-bin.install new file mode 100644 index 000000000000..d0261dd99865 --- /dev/null +++ b/aonsoku-bin.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 +} |