diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-12-01 14:10:29 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-12-01 14:10:29 +0000 |
commit | bc0657f7159d0b01373ecb59afc426b98a172b1e (patch) | |
tree | 7fba1eb77eb1a2965fe5f3ed72cc77aa63d14f40 /community/lsb-release/lsb-release.install | |
parent | fd115d7057eb8243df6edfaf1ed440d6f3e70692 (diff) |
Thu Dec 1 14:10:27 UTC 2011
Diffstat (limited to 'community/lsb-release/lsb-release.install')
-rw-r--r-- | community/lsb-release/lsb-release.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/lsb-release/lsb-release.install b/community/lsb-release/lsb-release.install deleted file mode 100644 index 3459fe786..000000000 --- a/community/lsb-release/lsb-release.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - echo "Arch Linux release" >> /etc/arch-release -} - -post_upgrade() { - sed -e "/Arch Linux release/d" -i /etc/arch-release - echo "Arch Linux release" >> /etc/arch-release -} - -pre_remove() { - sed -e "/Arch Linux release/d" -i /etc/arch-release -} |