Files
2025-03-18 23:53:39 +03:00

8 lines
63 B
Plaintext

post_install() {
chmod
}
post_upgrade() {
post_install
}