updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / ngplant / ngplant.install
blob681ed3e44a77cbe7859180e07d78f5413f2cb43c
1 post_install() {
2   cat << EOF
4 NOTE for ngPlant:
5 ----
6   ==> At first launch of ngPlant a warning is displayed about missing plugins.
7   ==> Go to the File -> Preferences and in tab Misc
8   ==> set the Plug-ins directory to /usr/share/ngplant/plugins/
9   ==>
10   ==> ngPlant comes with some examples in /usr/share/ngplant/examples/
11 EOF
14 post_upgrade() {
15   post_install $1
18 op=$1
19 shift
21 $op $*