PKGBUILDs/community/syncthing/syncthing.install
2014-11-30 19:16:50 +01:00

14 lines
240 B
Plaintext

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
}