mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
240 B
Text
13 lines
240 B
Text
post_install() {
|
|
cat << EOF
|
|
To start and/or enable syncthing execute the following,
|
|
replacing 'user' with your username.
|
|
|
|
systemctl start syncthing@user
|
|
systemctl enable syncthing@user
|
|
EOF
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|