summaryrefslogtreecommitdiff
path: root/libre/lsb-release-libre/lsb-release.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/lsb-release-libre/lsb-release.install')
-rw-r--r--libre/lsb-release-libre/lsb-release.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/lsb-release-libre/lsb-release.install b/libre/lsb-release-libre/lsb-release.install
new file mode 100644
index 000000000..6ce4fee54
--- /dev/null
+++ b/libre/lsb-release-libre/lsb-release.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo "Parabola GNU/Linux-Libre release" >> /etc/arch-release
+}
+
+post_upgrade() {
+ sed -e '/Parabola GNU\/Linux-Libre release/d' -i /etc/arch-release
+ echo "Parabola GNU/Linux-Libre release" >> /etc/arch-release
+}
+
+pre_remove() {
+ sed -e '/Parabola GNU\/Linux-Libre release/d' -i /etc/arch-release
+}