]> sipb.mit.edu Git - snippets/.git/blobdiff - apt-zephyr/apt-zephyr
barnowl/zcrypt.pl: BarnOwl::quote the editwin prompt.
[snippets/.git] / apt-zephyr / apt-zephyr
index 7db23c592381a3885c9c1258d8412ef1a1b8c0a4..fdf13182a2abd4883c6c1d1d43960363053c565a 100755 (executable)
@@ -102,4 +102,18 @@ pre_install_pkgs ()
     esac
 }
 
-pre_install_pkgs
+post_invoke ()
+{
+    echo 'Done.' | send_zephyr
+}
+
+if [ "$1" = "--pre-install-pkgs" ]; then
+    pre_install_pkgs
+elif [ "$1" = "--post-invoke" ]; then
+    post_invoke
+else
+    echo "usage: $0 {--pre-install-pkgs | --post-invoke}" >&2
+    echo "(Hint: you probably need to update /etc/apt/apt.conf.d/90zephyr.)" >&2
+fi
+
+exit 0