summaryrefslogtreecommitdiff
path: root/libre/lsb-release/lsb-release.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-17 17:32:01 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-17 17:32:01 -0300
commit88e1da204a82b0e8c0fa1a9e42ecd1b86a08eab8 (patch)
tree37421daac725a396555168b30cacc1868b02611e /libre/lsb-release/lsb-release.install
parent308f6ff034c928c0c4fc2ce168df7192ca2b1209 (diff)
parent9e3260441a96b92953b3cfc91cf552f2d5177225 (diff)
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'libre/lsb-release/lsb-release.install')
-rw-r--r--libre/lsb-release/lsb-release.install2
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
}