diff options
| author | Yurii Kolesnykov <yurikoles@gmail.com> | 2016-06-05 04:43:29 +0300 |
|---|---|---|
| committer | Yurii Kolesnykov <yurikoles@gmail.com> | 2016-06-05 04:43:29 +0300 |
| commit | 10731305c90a9aa274e6bc66757e12892af951f9 (patch) | |
| tree | a27b5cde71bc6076d00f1f6c10fda9c7eb1d0fbd /systemd-git.install | |
| parent | 76c488a3dd21b10d12072f5d23f700b9a4dc2a9b (diff) | |
| download | systemd-git-10731305c90a9aa274e6bc66757e12892af951f9.tar.gz systemd-git-10731305c90a9aa274e6bc66757e12892af951f9.tar.bz2 | |
upgrade to new upstream version
Diffstat (limited to 'systemd-git.install')
| -rw-r--r-- | systemd-git.install | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/systemd-git.install b/systemd-git.install index b0a3e1f..60d0cfb 100644 --- a/systemd-git.install +++ b/systemd-git.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 |
