updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / a2jmidid-git / a2jmidid-git.install
blob55468cc64e6a773615458e633abebe25e1c953b9
1 nag() {
2 cat << EOM
4 ==> Due to the lack of a manpage and the not very verbose output,
5 ==> the README was installed to /usr/share/a2jmidid/README.
6 ==> Please consult it for usage information.
8 EOM
11 post_install() {
12   nag
15 post_upgrade() {
16   nag
19 # vim:set ts=2 sw=2 et: