diff options
author | Cem Keylan <cem@ckyln.com> | 2023-10-24 11:48:23 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-10-24 11:48:23 +0200 |
commit | 917bb364f5b17872bfa17c1e19458c7513463994 (patch) | |
tree | 52489acd8dcec79810e1001fdae3c0aa163a35b4 /dbus | |
parent | cde60e89fc167d7a16221fafafa4290a8ba978b4 (diff) | |
download | repository-917bb364f5b17872bfa17c1e19458c7513463994.tar.gz |
dbus: remove systemd files
Diffstat (limited to 'dbus')
-rwxr-xr-x | dbus/dbus/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/dbus/build b/dbus/dbus/build index 5597cc84..637b7449 100755 --- a/dbus/dbus/build +++ b/dbus/dbus/build @@ -21,3 +21,6 @@ make make DESTDIR="$1" install clsv -d "$1" dbus.run + +# Remove systemd files +rm -r "$1/usr/lib/systemd" |