diff options
author | Marius Gripsgard <marius@ubports.com> | 2020-08-09 21:56:14 +0200 |
---|---|---|
committer | Marius Gripsgard <marius@ubports.com> | 2020-08-09 21:56:14 +0200 |
commit | 42358cc35ebf50629ec431ddbc1608daa6fc5499 (patch) | |
tree | 0923a188e28adc1e1ab0635a87da7d4adc52dd38 /debian | |
parent | 7ceee62eb53671e2dd5211ca693e47877b55f2dd (diff) | |
download | libayatana-indicator-42358cc35ebf50629ec431ddbc1608daa6fc5499.tar.gz libayatana-indicator-42358cc35ebf50629ec431ddbc1608daa6fc5499.tar.bz2 libayatana-indicator-42358cc35ebf50629ec431ddbc1608daa6fc5499.zip |
Use indicators.target as the systemd lifecycle unit
Use indicators.target as the systemd lifecycle unit, not
indicators-pre.target.
Patch from:
https://code.launchpad.net/~mterry/libindicator/rename-unit/+merge/321556
Diffstat (limited to 'debian')
-rw-r--r-- | debian/ayatana-indicator-common.links | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/ayatana-indicator-common.links b/debian/ayatana-indicator-common.links new file mode 100644 index 0000000..160004b --- /dev/null +++ b/debian/ayatana-indicator-common.links @@ -0,0 +1,2 @@ +# Because dh-systemd does not yet support user units, we manually make the Alias link +/usr/lib/systemd/user/ayatana-indicators.target /usr/lib/systemd/user/ayatana-indicators-pre.target |