summaryrefslogtreecommitdiff
path: root/init-tools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-tools.sh')
-rwxr-xr-xinit-tools.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/init-tools.sh b/init-tools.sh
index 9a5c8b32b2..995e882461 100755
--- a/init-tools.sh
+++ b/init-tools.sh
@@ -52,10 +52,6 @@ get_current_linux_name() {
return 0
fi
elif [ "$(cat /etc/os-release | grep -cim1 opensuse)" -eq 1 ]; then
- if [ "$(cat /etc/os-release | grep -cim1 13.2)" -eq 1 ]; then
- echo "opensuse.13.2"
- return 0
- fi
if [ "$(cat /etc/os-release | grep -cim1 42.1)" -eq 1 ]; then
echo "opensuse.42.1"
return 0