mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
10 lines
184 B
Text
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:
|