]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- added note about vboxdrv to %post like in xorg-driver-nvidia*.spec
authorhawk <hawk@pld-linux.org>
Wed, 11 Jun 2008 08:59:29 +0000 (08:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox.spec -> 1.93

VirtualBox.spec

index b2aee1a8a12e065c7e447b5d1b6b04a1164e602e..9046d97271f98c649dc28493c0febd8fe364d09d 100644 (file)
@@ -354,6 +354,16 @@ rm -rf $RPM_BUILD_ROOT
 %pre
 %groupadd -g 221 -r -f vbox
 
+cat << 'EOF'
+NOTE: You must also install kernel module for this software to work
+  kernel-misc-vboxdrv-%{version}
+  kernel-dektop-misc-vboxdrv-%{version}
+  etc.
+
+Depending on which kernel brand you use.
+
+EOF
+
 %postun
 if [ "$1" = "0" ]; then
        %groupremove vbox
This page took 0.13481 seconds and 4 git commands to generate.