Added Archlinux PKGBUILD

This commit is contained in:
zx
2025-03-18 23:53:39 +03:00
parent 9bc3a14dd0
commit 0cb9a2b2cf
3 changed files with 67 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
post_install() {
chmod
}
post_upgrade() {
post_install
}