gui-apps/klassy: 9999: add postinst, postrm functions

Signed-off-by: Yusef Aslam <YUZi54780@outlook.com>
This commit is contained in:
Yusef Aslam
2026-02-04 12:04:35 +00:00
parent 6f1c09a49e
commit 4c87f04a4a

View File

@@ -52,3 +52,11 @@ src_configure() {
cmake_src_configure
}
pkg_postinst () {
xdg_icon_cache_update
}
pkg_postrm () {
xdg_icon_cache_update
}