updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / vim-lexer-lsdyna / vim-lexer-lsdyna.install
blobaf0c74ab55a7ec49065f459835651f9d2fda3a03
1 pre_install() {
2         /bin/true
5 post_install() {
6         echo "In order for vim to automatically recognize keyword files, you need to add:"
7         echo "  \"au BufNewFile,BufRead *.k setf lsdyna\""
8         echo "to either:"
9         echo "1. '/etc/vimrc' (for all users)"
10         echo "2. '~/.vimrc' (for single user)"
11         /bin/true
14 pre_upgrade() {
15         /bin/true
18 post_upgrade() {
19         /bin/true
22 pre_remove() {
23         /bin/true
26 post_remove() {
27         echo "If you modified '/etc/vimrc' or '~/.vimrc' in order for vim to automatically recognize keyword files, you may want to remove the following line from that file:"
28         echo "  \"au BufNewFile,BufRead *.k setf lsdyna\""
29         /bin/true