PKGBUILDs/community/syncthing/syncthing.install

14 lines
240 B
Plaintext
Raw Normal View History

2014-11-30 18:16:50 +00:00
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
}