~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/Additions/solaris/Installer/postinstall.sh

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
                cp "$vboxadditions32_path/$vboxmouse_src" "$vboxmouse_dest"
221
221
                cp "$vboxadditions32_path/$vboxvideo_src" "$vboxvideo_dest"
222
222
 
223
 
                # Removing redundent names from pkg and files from disk
 
223
                # Removing redundant names from pkg and files from disk
224
224
                /usr/sbin/removef $PKGINST $vboxadditions32_path/vboxmouse_drv_* 1>/dev/null
225
225
                /usr/sbin/removef $PKGINST $vboxadditions32_path/vboxvideo_drv_* 1>/dev/null
226
226
                rm -f $vboxadditions32_path/vboxmouse_drv_*
236
236
                cp "$vboxadditions64_path/$vboxmouse_src" "$vboxmouse_dest"
237
237
                cp "$vboxadditions64_path/$vboxvideo_src" "$vboxvideo_dest"
238
238
 
239
 
                # Removing redundent names from pkg and files from disk
 
239
                # Removing redundant names from pkg and files from disk
240
240
                /usr/sbin/removef $PKGINST $vboxadditions64_path/vboxmouse_drv_* 1>/dev/null
241
241
                /usr/sbin/removef $PKGINST $vboxadditions64_path/vboxvideo_drv_* 1>/dev/null
242
242
                rm -f $vboxadditions64_path/vboxmouse_drv_*
267
267
                7.1.* | 7.2.* | 6.9.* | 7.0.* | 1.3.* )
268
268
                    $vboxadditions_path/x11config.pl
269
269
                    ;;
270
 
                1.5.* | 1.6.* | 1.7.* )
 
270
                1.4.* | 1.5.* | 1.6.* | 1.7.* )
271
271
                    $vboxadditions_path/x11config15sol.pl
272
272
                    ;;
273
273
            esac
337
337
    rm -f $vboxadditions32_path/$vboxfsunused
338
338
fi
339
339
 
 
340
# Add a group "vboxsf" for Shared Folders access
 
341
# All users which want to access the auto-mounted Shared Folders have to
 
342
# be added to this group.
 
343
groupadd vboxsf >/dev/null 2>&1
 
344
 
340
345
# install openGL extensions for X.Org
341
346
if test ! -z "$xorgbin"; then
342
347
    # 32-bit crogl opengl library replacement