updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / weblogger-cvs / weblogger.install
blob1a5cb9ab39ab97616452881bd2657e01e6b76e31
1 # arg 1:  the new package version
2 pre_install() {
3 cat << EOM
5 In order to actually use ecb you have to follow some more steps:
6 1. Add the new emms-directory to your emacs load-path variable.
7 For example you may add this line into your ~/.emacs file:
8 (add-to-list 'load-path "/usr/share/emacs/site-lisp/weblogger/")
10 2. To load ecb at startup:
11 (require 'weblogger)
13 EOM
16 # arg 1:  the new package version
17 post_install() {
18   /bin/true
21 # arg 1:  the new package version
22 # arg 2:  the old package version
23 pre_upgrade() {
24   /bin/true
27 # arg 1:  the new package version
28 # arg 2:  the old package version
29 post_upgrade() {
30   /bin/true
33 # arg 1:  the old package version
34 pre_remove() {
35   /bin/true
38 # arg 1:  the old package version
39 post_remove() {
40   /bin/true
43 op=$1
44 shift
45 $op $*