summarylogtreecommitdiffstats
path: root/syncthing-appmenu.install
blob: 7a7dc1d86154e3f63ec403d2929e380dafef0711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
    printf "
    #################################################################

    If you want to enable syncthing permanently, 
    open a terminal and type: 

    systemctl --user enable --now syncthing

    #################################################################
"
}

post_upgrade() {
  post_install
}