summaryrefslogtreecommitdiff
path: root/libre/lsb-release
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-02-05 16:00:46 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-02-05 16:00:46 -0200
commit3719db7f8688d7aa8cbfcf5461c08fb11d9907a6 (patch)
treed6cb4442ac060945da25536d07693bd12352a372 /libre/lsb-release
parent5b6cc16fa11a4856264a88a2c926ddfa50c868fd (diff)
parent30b9c3200914ec089fab9d079cac4e67c9cba55e (diff)
downloadabslibre-3719db7f8688d7aa8cbfcf5461c08fb11d9907a6.tar.gz
abslibre-3719db7f8688d7aa8cbfcf5461c08fb11d9907a6.tar.bz2
abslibre-3719db7f8688d7aa8cbfcf5461c08fb11d9907a6.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
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 6f761a81f..c6cbe5863 100644
--- a/libre/lsb-release/PKGBUILD
+++ b/libre/lsb-release/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=lsb-release
pkgver=1.4
-pkgrel=14
+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
}