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-08 13:59:41 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-08 14:11:57 -0300
commitc5f3a05cb1f15fd276dbfd2e652cc228138c9acf (patch)
tree5ea662052a158f1e73c31b594a17fc25ee1b9ee1 /libre-testing/linux-libre/linux-libre_kernels_aur_version.sh
parent81b844bf571d80227d666e62010815015a078806 (diff)
downloadabslibre-c5f3a05cb1f15fd276dbfd2e652cc228138c9acf.tar.gz
abslibre-c5f3a05cb1f15fd276dbfd2e652cc228138c9acf.tar.bz2
abslibre-c5f3a05cb1f15fd276dbfd2e652cc228138c9acf.zip
linux-libre-4.9.1_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