diff options
author | Marius Gripsgard <marius@ubports.com> | 2020-08-09 22:34:36 +0200 |
---|---|---|
committer | Marius Gripsgard <marius@ubports.com> | 2020-08-09 22:34:36 +0200 |
commit | bda49567cf56194aeeb937e0542158bf5f5888f7 (patch) | |
tree | 53fac2e752b235d5855bba7938915ed6787fdcb4 /debian/rules | |
parent | acc3b1a54e91ba82765cd12b05e7d5d02e963c02 (diff) | |
download | ayatana-indicator-display-bda49567cf56194aeeb937e0542158bf5f5888f7.tar.gz ayatana-indicator-display-bda49567cf56194aeeb937e0542158bf5f5888f7.tar.bz2 ayatana-indicator-display-bda49567cf56194aeeb937e0542158bf5f5888f7.zip |
Start indicator in systemd when ayatana-indicators.target is started
This starts the indicator with the ayatana-indicators.target
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 4ff937e..d3e74c8 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: - dh $@ --parallel + dh $@ --parallel --with systemd get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=.. |