summarylogtreecommitdiffstats
path: root/poleplex.install
blob: ea5b3363da5c8069944418ba9a80563336e19599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
  echo ":: PolePlex installed successfully!"
  echo "   Run 'poleplex --help' to get started."
  echo "   Example: poleplex firefox-developer"
}

post_upgrade() {
  echo ":: PolePlex has been updated."
}

pre_remove() {
  echo ":: Removing PolePlex..."
}

post_remove() {
  echo ":: PolePlex has been removed."
  echo "   Cache directory (~/.cache/poleplex) and config (~/.config/poleplex) may remain."
}