Files
extra/nuovext-icon-theme/nuovext-icon-theme.install
2025-06-22 20:39:04 -05:00

12 lines
147 B
Plaintext

post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/nuoveXT23
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}