summarylogtreecommitdiffstats
path: root/warsaw.install
blob: f0e0b387d60543ccf8f0c0372187d2b1a67f38d5 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo "To use Warsaw, start its service using:"
  echo "# systemctl enable warsaw"
}

pre_remove() {
    systemctl disable warsaw
}