summarylogtreecommitdiffstats
path: root/vicious-git.install
diff options
context:
space:
mode:
authorBrian Bidulock2015-07-15 22:30:54 -0600
committerBrian Bidulock2015-07-15 22:30:54 -0600
commitffa9e6b3110eecd14b2cbae49c9549707693d92c (patch)
treecfdb19212cf4efc00f88a902879643171e5f3639 /vicious-git.install
downloadaur-ffa9e6b3110eecd14b2cbae49c9549707693d92c.tar.gz
initial version
Diffstat (limited to 'vicious-git.install')
-rw-r--r--vicious-git.install23
1 files changed, 23 insertions, 0 deletions
diff --git a/vicious-git.install b/vicious-git.install
new file mode 100644
index 000000000000..30075f8c6aa1
--- /dev/null
+++ b/vicious-git.install
@@ -0,0 +1,23 @@
+
+post_install() {
+cat << _EOF
+
+==> vicious installation notes:
+ ----------------------------------------
+ Vicious is a framework for gathering data about your system, and
+ creating widgets to feed them that data in statusbars of various
+ window managers, primarily the 'awesome' window manager. Vicious
+ can be used with stable versions of awesome and development code,
+ from the 3.4 branch or the master branch.
+
+_EOF
+
+}
+
+post_upgrade() {
+ post_install
+}
+
+op=$1
+shift
+$op $*