updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / psgml-alpha / psgml.install
blob5dab5879e5001eb5190ab0cc040f1051989b0ff1
1 # arg 1:  the new package version
2 post_install() {
3   echo
4   echo "Put the following lines in your .emacs:"
5   echo "  (autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t)"
6   echo "  (autoload 'xml-mode "psgml" "Major mode to edit XML files." t)"
7   echo
10 # arg 1:  the new package version
11 # arg 2:  the old package version
12 post_upgrade() {
13   /bin/true
16 # arg 1:  the old package version
17 pre_remove() {
18   /bin/true
21 op=$1
22 shift
24 $op $*