summarylogtreecommitdiffstats
path: root/systemd.install
diff options
context:
space:
mode:
authorNicolas Iooss2016-06-11 21:08:46 +0200
committerNicolas Iooss2016-06-11 21:08:46 +0200
commitf572f4b58dbd3bc3ccd7b4b1a4c9891b6691a5c2 (patch)
tree15057a9eb08d6ea98d76e8206ddc025c7118de56 /systemd.install
parentf9237e1cd3f72729975a998547d42c8d011a4493 (diff)
downloadaur-f572f4b58dbd3bc3ccd7b4b1a4c9891b6691a5c2.tar.gz
systemd-selinux 230-3 update
Diffstat (limited to 'systemd.install')
-rw-r--r--systemd.install8
1 files changed, 6 insertions, 2 deletions
diff --git a/systemd.install b/systemd.install
index b0a3e1fa4e4f..60d0cfb5ad62 100644
--- a/systemd.install
+++ b/systemd.install
@@ -37,7 +37,6 @@ _dir_empty() {
post_common() {
systemd-sysusers
- udevadm hwdb --update
journalctl --update-catalog
}
@@ -158,6 +157,10 @@ _219_4_changes() {
fi
}
+_230_1_changes() {
+ echo ':: systemd-bootchart is no longer included with systemd'
+}
+
post_install() {
systemd-machine-id-setup
@@ -193,7 +196,8 @@ post_upgrade() {
215-2
216-2
219-2
- 219-4)
+ 219-4
+ 230-1)
for v in "${upgrades[@]}"; do
if [[ $(vercmp "$v" "$2") -eq 1 ]]; then