updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / partlibrary / partlibrary.install
blob96e781e04bc665779c50a8ed71dad05ef3fa9ca9
1 # arg 1:  the new package version
2 post_install() {
3   echo ">>> The QCad parts library was installed in /usr/share/qcad/partlibrary"
4   echo ">>> Please set this path in QCad's preferences to access it from"
5   echo ">>> Edit->Application Preferences->Paths->Part Libraries"
6   echo ">>>"
7   echo ">>> After restarting QCad, you can use the library by selecting"
8   echo ">>> View->Views->Library Browser"
11 # arg 1:  the new package version
12 # arg 2:  the old package version
13 post_upgrade() {
14   echo ">>> The QCad parts library was installed in /usr/share/qcad/partlibrary"
15   echo ">>> Please set this path in QCad's preferences to access it from"
16   echo ">>> Edit->Application Preferences->Paths->Part Libraries"
17   echo ">>>"
18   echo ">>> After restarting QCad, you can use the library by selecting"
19   echo ">>> View->Views->Library Browser"