Add About window

This commit is contained in:
Jeena 2025-06-07 07:15:41 +09:00
parent 76233709cd
commit 6c4f43a947
7 changed files with 46 additions and 10 deletions

View file

@ -1,11 +1,14 @@
post_install() {
glib-compile-schemas /usr/share/glib-2.0/schemas
gtk-update-icon-cache -q /usr/share/icons/hicolor
}
post_upgrade() {
glib-compile-schemas /usr/share/glib-2.0/schemas
gtk-update-icon-cache -q /usr/share/icons/hicolor
}
post_remove() {
glib-compile-schemas /usr/share/glib-2.0/schemas
gtk-update-icon-cache -q /usr/share/icons/hicolor
}