updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gregorio-svn / gregorio-svn.install
blob24042f755ff4cf66f5786af72941c4eb86eacf55
2 # Maintainer: David Gippner davidgippner at googlemail dot com
4 ## arg 1:  the new package version
5 #pre_install() {
6   # do something here
7 #}
9 ## arg 1:  the new package version
10 post_install() {
11   echo "Installing fonts and GregorioTeX support files..."
12         cd $pkgdir/tmp/fonts-gregorio-svn
13         ./install.py
14         updmap-sys        
15         echo "Don't forget to run updmap as non-root user before using gregorio. Have fun!"
16   echo "Cleaning up..."  
17   rm -rf /tmp/tex
18   rm -rf /tmp/fonts-gregorio-svn
21 ## arg 1:  the new package version
22 ## arg 2:  the old package version
23 #pre_upgrade() {
24   # do something here
27 ## arg 1:  the new package version
28 ## arg 2:  the old package version
29 #post_upgrade() {
30   # do something here
33 ## arg 1:  the old package version
34 #pre_remove() {
35   # do something here
38 ## arg 1:  the old package version
39 #post_remove() {
40   # do something here
43 # vim:set ts=2 sw=2 et: