Add 'sublime-text-4/' from commit '499edeb25f'

git-subtree-dir: sublime-text-4
git-subtree-mainline: b1ad5a3f48
git-subtree-split: 499edeb25f
This commit is contained in:
Manuel 2022-10-18 00:00:02 +02:00
commit 44812fd196
4 changed files with 94 additions and 0 deletions

View file

@ -0,0 +1,8 @@
post_install() {
# Update icon cache.
gtk-update-icon-cache -f '/usr/share/icons/hicolor' > /dev/null 2>&1
}
post_upgrade() {
post_install
}