PKGBUILDs/community/gromacs/gromacs.install
2009-10-09 21:15:33 -05:00

10 lines
184 B
Text

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: