Initial commit with build 4107

This commit is contained in:
Manuel 2021-05-21 13:35:28 +02:00
commit f27a985c01
Signed by: Manuel
GPG key ID: 4085037435E1F07A
4 changed files with 95 additions and 0 deletions

8
sublime-text-4.install Normal file
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
}