PKGBUILDs/community/gromacs/gromacs.install

11 lines
184 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
echo "For shell-specific completions for gromacs"
echo "look in '/usr/share/gromacs/shell-specific'"
}
post_upgrade() {
post_install
}
# vim:set ts=2 sw=2 et: