updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ardour3-svn / ardour3-svn.install
blobf96ab97a312fbea11f47e9e416f3d0fb69afa9da
1 post_install() {
2   post_upgrade "$1"
3   cat <<MSG
4 ==> WARNING: Ardour3 is in a very early stage of rapid development. The upstream
5 developer requests that you only use this package if you are familiar with
6 debugging tools and intend to contribute useful information upstream.
8 Please read the following:
9   http://ardour.org/debugging_ardour
10   http://ardour.org/how_to_report_a_bug
11 MSG
14 post_upgrade() {
15   update-desktop-database -q
18 post_remove() {
19   post_upgrade "$1"
22 # vim:set ts=2 sw=2 et: