Michal Marek 2011-02-16 06:03:40 +00:00 committed by Git OBS Bridge
parent 701be8d1f4
commit aa4b35f47a

View File

@ -1,10 +0,0 @@
#!/bin/bash
# Copyright (c) 2005 SUSE Linux Products GmbH, Germany. All rights reserved.
if grep -q "Linux version 2\.[0-5]\." /proc/version; then
echo "FATAL: kernel too old, need kernel >= 2.6 for this package"
exit 1
fi
exit 0