updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / cparted-git / cparted.install
blobb7c3f5877bf6b85dda08cf95bfe1a455be7f38df
1 ## arg 1:  the new package version
2 post_install() {
3   echo ""
4   echo "WARNING: This is software needs more testing."
5   echo "Read the man page or README.md for known issues."
6   echo ""
9 ## arg 1:  the new package version
10 ## arg 2:  the old package version
11 post_upgrade() {
12   echo ""
13   echo "WARNING: This is software needs more testing."
14   echo "Read the man page or README.md for known issues."
15   echo ""
18 # vim:set ts=2 sw=2 et: