diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-17 22:45:31 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-17 22:45:31 -0300 |
commit | 27a90a9d957b56dac972c9df0febb6262fb90dce (patch) | |
tree | 79251bdfb00539a1ddf1592d80eacd47971dcf24 /pcr/quack/quack.install | |
parent | 87b9cca463a1dbf2b5026c9dc770b5591b2d3fdc (diff) | |
parent | 8185891e28635bdb83fdf4ba4391030912dae596 (diff) |
Merge branch 'master' of gparabola:abslibre/abslibre-pre-mips64el
Conflicts:
libre/audacious-plugins-libre/PKGBUILD
libre/linux-libre/PKGBUILD
Diffstat (limited to 'pcr/quack/quack.install')
-rw-r--r-- | pcr/quack/quack.install | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pcr/quack/quack.install b/pcr/quack/quack.install new file mode 100644 index 000000000..f92194ee6 --- /dev/null +++ b/pcr/quack/quack.install @@ -0,0 +1,18 @@ +### quack.install: +post_install () { +cat << EOF +==> Put this in your $HOME/.emacs file to enable quack + +(require 'quack) + +EOF +} + +post_upgrade () { + post_install $1 +} + +op=$1 +shift +$op $* +######################## |