home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #
- # (c)1998, Be, Inc. All rights reserved.
- #
- # This is the final installation script that runs during the
- # first reboot after installing
-
- rm -rf /boot/var/tmp/swap.deleteme
- /bin/CheckBFS
-
-
- updateFileTypes()
- {
- updatetype -v audio/aiff audio/x-aiff audio/aifc audio/x-aifc audio/wav audio/x-wav application/tar application/x-tar application/gzip application/x-gzip application/uuencode application/x-uuencode application/rgb application/x-rgb
- }
-
- appsToMimeset="NetPositive Expander"
- appDir="/boot/beos/apps/"
-
- remimeset()
- {
- echo updating mime info in applications
- for app in $appsToMimeset; do
- echo updating "$appDir$app"
- mimeset -f -all "$appDir$app"
- done
- }
-
- RBT_SCRPT='/boot/beos/system/boot/InstallerRebootScript'
- rm -f "${RBT_SCRPT}"
-
- /boot/beos/apps/NetPositive /boot/beos/documentation/Read_Me_First.html
-