Changeset 23889 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Oct 19, 2009 8:58:07 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53672
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r23651 r23889 287 287 $(QUIET)$(SED_EXT) \ 288 288 -e "s|%NOLSB%|yes|g" \ 289 -e "s|%DEBIAN%||g" \ 289 290 -e "s|%PACKAGE%|virtualbox|g" \ 290 291 --output $@ \ -
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r23888 r23889 36 36 LOG="/var/log/vbox-install.log" 37 37 NOLSB=%NOLSB% 38 DEBIAN=%DEBIAN% 38 39 39 40 [ -f /lib/lsb/init-functions ] || NOLSB=yes … … 50 51 BUILDVBOXNETFLT="/usr/share/%PACKAGE%/src/vboxnetflt/build_in_tmp" 51 52 BUILDVBOXNETADP="/usr/share/%PACKAGE%/src/vboxnetadp/build_in_tmp" 52 # silently exit if the package was uninstalled but not purged,53 # applies to Debian packages only54 [ -x $VBOXMANAGE -a -x $BUILDVBOXDRV ] || exit 055 53 fi 54 55 # silently exit if the package was uninstalled but not purged, 56 # applies to Debian packages only 57 [ -n "$DEBIAN" -a -x $VBOXMANAGE -a -x $BUILDVBOXDRV ] || exit 0 56 58 57 59 if [ -n "$NOLSB" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.