summarylogtreecommitdiffstats
path: root/warsaw.install
blob: 8f8628875c45b6f173394410d8005966ce95b0ad (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "To use Warsaw, start its service using:"
  echo "# systemctl start warsaw"
  echo "And enable the service at boot time using:"
  echo "# systemctl enable warsaw"
}

pre_remove() {
    systemctl stop warsaw
    systemctl disable warsaw
}