mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:29:51 +01:00
9 lines
196 B
Text
9 lines
196 B
Text
post_install() {
|
|
echo -e " sudo systemctl daemon-reload"
|
|
echo -e " sudo systemctl enable surfsharkd2.service && sudo systemctl start surfsharkd2.service"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|