summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre/linux-libre_kernels_aur_version.sh
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-28 01:18:40 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-28 01:18:40 -0300
commit5ed6b78aba324dcb77bed8d307ad805cdf6e570b (patch)
treef93d07d4f7a95cf2edf8a705426f0e947d1d7936 /libre-testing/linux-libre/linux-libre_kernels_aur_version.sh
parent0312c9a30dda7ea841bd08788628402a2bdb8135 (diff)
downloadabslibre-5ed6b78aba324dcb77bed8d307ad805cdf6e570b.tar.gz
abslibre-5ed6b78aba324dcb77bed8d307ad805cdf6e570b.tar.bz2
abslibre-5ed6b78aba324dcb77bed8d307ad805cdf6e570b.zip
linux-libre-4.9.6_gnu-1: updating version
Diffstat (limited to 'libre-testing/linux-libre/linux-libre_kernels_aur_version.sh')
-rwxr-xr-xlibre-testing/linux-libre/linux-libre_kernels_aur_version.sh28
1 files changed, 0 insertions, 28 deletions
diff --git a/libre-testing/linux-libre/linux-libre_kernels_aur_version.sh b/libre-testing/linux-libre/linux-libre_kernels_aur_version.sh
deleted file mode 100755
index c785600e2..000000000
--- a/libre-testing/linux-libre/linux-libre_kernels_aur_version.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/usr/bin/bash
-
-# Copyright (C) 2015 André Silva <emulatorman@parabola.nu>
-# Copyright (C) 2015 Márcio Silva <coadde@parabola.nu>
-#
-# License: GNU GPLv3+
-#
-# This file is part of Parabola.
-#
-# Parabola is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# Parabola is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Parabola. If not, see <http://www.gnu.org/licenses/>.
-
-for kernel in libre/linux-libre{,-lts,-grsec,-pck} kernels/linux-libre-{audit,grsec-{knock,xen},{lts-,}knock,nand,rt,pae,xen}; do
- cd ~/packages/abslibre/$kernel
- sed -i '\|replaces=| s|"${_replacesarchkernel\[@][/%a-z-]*}" ||' $(grep -rlI 'replaces')
- sed -i '\|conflicts=| s|"${_replacesarchkernel\[@][/%a-z-]*}" ||' $(grep -rlI 'conflicts')
- cd ~/packages/abslibre
-done