updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / scratchbox-core / scratchbox-core.install
blob88cbf749189b826c16e44728a3699d20724430da
1 post_install() {
2   /scratchbox/run_me_first.sh
3   chgrp -R sbox /scratchbox/compilers
4   chmod -R g+w /scratchbox/compilers
5   mkdir /scratchbox/device_tools
6   chgrp -R sbox /scratchbox/device_tools
7   chmod -R g+w /scratchbox/device_tools
10 post_update() {
11   /scratchbox/run_me_first.sh
12   chgrp -R sbox /scratchbox/compilers
13   chmod -R g+w /scratchbox/compilers
14   mkdir /scratchbox/device_tools
15   chgrp -R sbox /scratchbox/device_tools
16   chmod -R g+w /scratchbox/device_tools
19 pre_remove() {
20   /scratchbox/sbin/sbox_ctl stop
23 # vim:set ts=2 sw=2 et: