summaryrefslogtreecommitdiff
path: root/libre/lsb-release
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-04 19:15:34 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-04 19:15:34 -0200
commit57f52074941be81a76b5b96c784d207eac799d10 (patch)
treefcccd7a4815b41c80560847a58f64515f7fee653 /libre/lsb-release
parent612387f4d9af2ad1f4ac4bd070ab1ab3cd1651d4 (diff)
fix parabola-release problem
Diffstat (limited to 'libre/lsb-release')
-rw-r--r--libre/lsb-release/PKGBUILD2
-rw-r--r--libre/lsb-release/lsb-release.install2
2 files changed, 1 insertions, 3 deletions
diff --git a/libre/lsb-release/PKGBUILD b/libre/lsb-release/PKGBUILD
index 8f33e7ba3..c6cbe5863 100644
--- a/libre/lsb-release/PKGBUILD
+++ b/libre/lsb-release/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=lsb-release
pkgver=1.4
-pkgrel=14.1
+pkgrel=14.2
pkgdesc="LSB version query program (Parabola rebranded)"
arch=('any')
url="http://www.linuxbase.org/"
diff --git a/libre/lsb-release/lsb-release.install b/libre/lsb-release/lsb-release.install
index 62d404892..261df2a73 100644
--- a/libre/lsb-release/lsb-release.install
+++ b/libre/lsb-release/lsb-release.install
@@ -1,10 +1,8 @@
post_install() {
- rm -f /etc/arch-release
echo "Parabola GNU/Linux-libre release" >> /etc/parabola-release
}
post_upgrade() {
- rm -f /etc/arch-release
sed -e '/Parabola GNU\/Linux-[Ll]ibre release/d' -i /etc/parabola-release
echo "Parabola GNU/Linux-libre release" >> /etc/parabola-release
}