Release 4.0.0

This commit is contained in:
2024-03-25 13:59:25 +02:00
parent 115bef3dbe
commit 161ff64293
11 changed files with 62 additions and 60 deletions

View File

@ -0,0 +1,11 @@
post_install() {
kbuildsycoca5 > /dev/null 2>&1
}
post_upgrade() {
post_install "$1"
}
post_remove() {
post_install "$1"
}