summarylogtreecommitdiffstats
path: root/systemd.install
diff options
context:
space:
mode:
authorNicolas Iooss2014-07-26 10:38:24 +0200
committerNicolas Iooss2015-06-27 11:44:56 +0800
commit8bfcdfc3d277334a2debc59b3cfe30fa0961e718 (patch)
tree82b3fa70b00cbc0bb5c6b57e84e1ef7eb2125403 /systemd.install
parent9e55f3aa8f85fad087e903775febfc498a5e14d0 (diff)
downloadaur-8bfcdfc3d277334a2debc59b3cfe30fa0961e718.tar.gz
systemd-selinux 215-4 update
Assing pkgrel=4 instead of 1 because the install script use this number to display relevant messages.
Diffstat (limited to 'systemd.install')
-rw-r--r--systemd.install8
1 files changed, 7 insertions, 1 deletions
diff --git a/systemd.install b/systemd.install
index 062e9a97d20d..a075a28eef3b 100644
--- a/systemd.install
+++ b/systemd.install
@@ -137,6 +137,11 @@ _214_2_changes() {
echo ' "kernel.core_pattern=|/usr/lib/systemd/systemd-coredump %p %u %g %s %t %e"'
}
+_215_2_changes() {
+ # create at least the symlink from /etc/os-release to /usr/lib/os-release
+ systemd-tmpfiles --create etc.conf
+}
+
post_install() {
post_common "$@"
@@ -162,7 +167,8 @@ post_upgrade() {
209-1
210-1
213-4
- 214-2)
+ 214-2
+ 215-2)
for v in "${upgrades[@]}"; do
if [[ $(vercmp "$v" "$2") -eq 1 ]]; then