updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / blender-apricot / blender.install
blob4df9bdfe2096dd50dda95794221b939938fca1ca
1 post_install() {
2   cat << EOF
4 NOTE
5 ----
6 This package brings CVS Blender compiled with scons.
7 Features included:
8         - i18n support
9         - anti-aliased interface fonts
10         - ffmpeg support
11         - verse support
12         - some aditional sequence and texture plugins
13           are accesible from /usr/share/blendersoc/plugins
14         - and more
16 EOF
17   echo "update desktop mime database..."
18   update-desktop-database
21 post_upgrade() {
22   post_install $1
25 pre_remove() {
26   /bin/true
29 post_remove() {
30   echo "update desktop mime database..."
31   update-desktop-database
34 op=$1
35 shift
37 $op $*