diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-02-05 16:00:46 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-02-05 16:00:46 -0200 |
commit | 3719db7f8688d7aa8cbfcf5461c08fb11d9907a6 (patch) | |
tree | d6cb4442ac060945da25536d07693bd12352a372 /libre/lsb-release/lsb-release.install | |
parent | 5b6cc16fa11a4856264a88a2c926ddfa50c868fd (diff) | |
parent | 30b9c3200914ec089fab9d079cac4e67c9cba55e (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/lsb-release/lsb-release.install')
-rw-r--r-- | libre/lsb-release/lsb-release.install | 2 |
1 files changed, 0 insertions, 2 deletions
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 } |