summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/releases.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/functions/releases.sh b/functions/releases.sh
deleted file mode 100755
index 771413357..000000000
--- a/functions/releases.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch>
-##
-## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-## This is free software, and you are welcome to redistribute it
-## under certain conditions; see COPYING for details.
-
-
-# Debian releases
-RELEASE_jessie="8"
-RELEASE_stretch="9"
-RELEASE_sid="unstable"
-
-# Progress Linux releases
-RELEASE_baureo="2"
-RELEASE_cairon="3"