Changeset 57969 in vbox for trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec
- Timestamp:
- Sep 30, 2015 2:48:47 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 102965
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec
r57876 r57969 319 319 fi 320 320 # Install and start the new service scripts. 321 PRERM_DKMS=322 test "${REGISTER_MODULES}" = 1 && PRERM_DKMS="--dkms %VER%"323 321 POSTINST_START=--start 324 322 test "${INSTALL_NO_VBOXDRV}" = 1 && POSTINST_START= 325 /usr/lib/virtualbox/prerm-common.sh ${PRERM_DKMS}|| true323 /usr/lib/virtualbox/prerm-common.sh || true 326 324 /usr/lib/virtualbox/postinst-common.sh /usr/lib/virtualbox "${POSTINST_START}" > /dev/null || true 327 325 … … 333 331 # $1>=1: upgrade 334 332 if [ "$1" = 0 ]; then 335 /usr/lib/virtualbox/prerm-common.sh --dkms|| exit 1333 /usr/lib/virtualbox/prerm-common.sh || exit 1 336 334 rm -f /etc/udev/rules.d/60-vboxdrv.rules 337 335 rm -f /etc/vbox/license_agreed
Note:
See TracChangeset
for help on using the changeset viewer.