mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
11 lines
184 B
Text
11 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:
|