updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / emacs-psvn / emacs-psvn.install
blob5ae952dcb7563122c784a737ba6d2b8268177350
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 # arg 1:  the new package version
5 pre_install() {
6   /bin/true
9 # arg 1:  the new package version
10 post_install() {
11 echo "# To start using psvn add this to your .emacs:"
12 echo "# (require 'psvn)"
13 echo "# Then type M-x svn-status and choose your project directory"
16 # arg 1:  the new package version
17 # arg 2:  the old package version
18 pre_upgrade() {
19   /bin/true
22 # arg 1:  the new package version
23 # arg 2:  the old package version
24 post_upgrade() {
25   /bin/true
28 # arg 1:  the old package version
29 pre_remove() {
30   /bin/true
33 # arg 1:  the old package version
34 post_remove() {
35   /bin/true
38 op=$1
39 shift
40 $op $*