2010-10-23 19:54:08 +02:00
|
|
|
################################################################################
|
2012-05-19 02:28:16 +02:00
|
|
|
# This file is part of OpenELEC - http://www.openelec.tv
|
2013-12-21 21:51:48 +01:00
|
|
|
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
2010-10-23 19:54:08 +02:00
|
|
|
#
|
2013-12-21 21:51:48 +01:00
|
|
|
# OpenELEC is free software: you can redistribute it and/or modify
|
2010-10-23 19:54:08 +02:00
|
|
|
# it under the terms of the GNU General Public License as published by
|
2013-12-21 21:51:48 +01:00
|
|
|
# the Free Software Foundation, either version 2 of the License, or
|
|
|
|
|
# (at your option) any later version.
|
2010-10-23 19:54:08 +02:00
|
|
|
#
|
2013-12-21 21:51:48 +01:00
|
|
|
# OpenELEC is distributed in the hope that it will be useful,
|
2010-10-23 19:54:08 +02:00
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2013-12-21 21:51:48 +01:00
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2010-10-23 19:54:08 +02:00
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
#
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
2013-12-21 21:51:48 +01:00
|
|
|
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
2010-10-23 19:54:08 +02:00
|
|
|
################################################################################
|
|
|
|
|
|
2012-05-19 02:28:16 +02:00
|
|
|
SWAPFILE="$HOME/.cache/swapfile"
|
|
|
|
|
SWAPFILESIZE="@SWAPFILESIZE@"
|
2014-01-04 00:08:43 +01:00
|
|
|
SWAP_ENABLED="@SWAP_ENABLED_DEFAULT@"
|