summarylogtreecommitdiffstats
path: root/borg-venv.install
blob: 15d52220922d8fe0305d22edc224e6ac0ad9911f (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo ">>> While borg-venv seems to work fine, make sure everything works"
  echo ">>> correctly for you too before using it. I created this package in"
  echo ">>> good faith, but I take no responsibility for any damage caused by it."
}

post_upgrade() {
  post_install
}