diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-04 04:08:17 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-04 04:12:11 -0300 |
commit | c9182002b9fee249a4fdb7f1dd6187755916a6dc (patch) | |
tree | bd93f203720c010c451aa69b6b5968e1dfffe7bd /libre/systemd/systemd.install | |
parent | 488f18719366667811f2bf8dea3cd0bab0c0b76e (diff) | |
download | abslibre-c9182002b9fee249a4fdb7f1dd6187755916a6dc.tar.gz abslibre-c9182002b9fee249a4fdb7f1dd6187755916a6dc.tar.bz2 abslibre-c9182002b9fee249a4fdb7f1dd6187755916a6dc.zip |
systemd-230-3.parabola1: updating version
Diffstat (limited to 'libre/systemd/systemd.install')
-rw-r--r-- | libre/systemd/systemd.install | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libre/systemd/systemd.install b/libre/systemd/systemd.install index b0a3e1fa4..60d0cfb5a 100644 --- a/libre/systemd/systemd.install +++ b/libre/systemd/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 |