updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / emms-git / emms.install
blob6ec5bf9413ab45452688574cee1bb84afcea602d
1 pre_install() {
2     cat << EOM
3 # The package needs a directory ~/.emacs.d/emms at build time 
4 # and claims to save the history file in there. If you do not 
5 # trust, make a copy of that directory elsewhere.
6 EOM
9 pre_update() {
10     pre_install
13 post_install() {
14    [ -x usr/bin/install-info ] || return 0
15     install-info /usr/share/info/emms.info.gz /usr/share/info/dir
18 post_upgrade() {
19     post_install 
22 pre_remove() {
23     [ -x usr/bin/install-info ] || return 0
24     install-info --delete /usr/share/info/emms.info.gz /usr/share/info/dir