summarylogtreecommitdiffstats
path: root/debtap.install
diff options
context:
space:
mode:
authorstargr@gmail.com2015-06-08 17:13:59 +0300
committerstargr@gmail.com2015-06-08 17:13:59 +0300
commit72943ca9ff3dfd2e3b20a7ab3df23902e47bf165 (patch)
tree33ff7f467656b502cc6ece4e919f94b5bc9960be /debtap.install
downloadaur-72943ca9ff3dfd2e3b20a7ab3df23902e47bf165.tar.gz
Initial import
Diffstat (limited to 'debtap.install')
-rw-r--r--debtap.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/debtap.install b/debtap.install
new file mode 100644
index 000000000000..84e1ec94c1ce
--- /dev/null
+++ b/debtap.install
@@ -0,0 +1,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"
+}