summarylogtreecommitdiffstats
path: root/debtap.install
blob: 84e1ec94c1cecd953daf3ad9cbf31019ae2ae76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
echo "==> You must run at least once \"debtap -u\""
echo "with root privileges (preferably recently),"
echo "before running this script"
echo
echo "==> Syntax: debtap [option] package_filename"
echo
echo "==> Run \"debtap -h\" for help"
}

post_upgrade() {
post_install
}

post_remove() {
echo "==> /var/cache/debtap has not been removed"
}