Initial commit
Build package / build-package (push) Successful in 23s

This commit is contained in:
2024-11-16 05:45:08 +00:00
commit 53842cff80
4 changed files with 92 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
post_install() {
fc-cache -s
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}