aur/static.install
Luis Manuel 145eb0fd8c Init
2025-03-06 21:47:58 -05:00

8 lines
161 B
Text
Executable file

post_install() {
chmod 0775 /opt/static/static-init
ln -sf /opt/static/static-init /usr/bin/static-init
}
post_remove() {
rm /usr/bin/static-init
}