summaryrefslogtreecommitdiff
path: root/libre/lsb-release-libre/lsb-release.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-19 19:11:04 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-19 19:11:04 -0300
commitbeed904d2232006ccb3a28d1a2445cbde4c69c43 (patch)
treec7ece55dbe67449c9c4b1552b2fd7decdcb92ab5 /libre/lsb-release-libre/lsb-release.install
parent62abb4e795c864fa498c8e5d5f2ed30ac16a1e30 (diff)
lsb-release-1.4-13: updating revision and remove -libre prefix name due that is only a rebranding
Diffstat (limited to 'libre/lsb-release-libre/lsb-release.install')
-rw-r--r--libre/lsb-release-libre/lsb-release.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/libre/lsb-release-libre/lsb-release.install b/libre/lsb-release-libre/lsb-release.install
deleted file mode 100644
index 62d404892..000000000
--- a/libre/lsb-release-libre/lsb-release.install
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-}
-
-pre_remove() {
- sed -e '/Parabola GNU\/Linux-[Ll]ibre release/d' -i /etc/parabola-release
-}