mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
8 lines
161 B
Text
Executable file
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
|
|
}
|