summarylogtreecommitdiffstats
path: root/vomacsd.install
blob: 00434744b12de54bc63cd88da1ce19f516613ab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  cat <<'EOF'
Enable the user service with:
  systemctl --user daemon-reload
  systemctl --user enable --now vomacsd.service

Create a default config if needed:
  vomacsd init-config
EOF
}

post_upgrade() {
  post_install
}