summaryrefslogtreecommitdiffstats
path: root/core/modules/dunst
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-23 13:58:22 +0200
committerSimon Rettberg2021-07-23 13:58:22 +0200
commit32a45fff4e043c872398fc302c7f0d19ad3a2fe4 (patch)
tree488af9a230f04b430012b706c4c640965e691eba /core/modules/dunst
parent[kiosk-chromium] if interactive mode and user was active, reload -> exit (diff)
downloadmltk-32a45fff4e043c872398fc302c7f0d19ad3a2fe4.tar.gz
mltk-32a45fff4e043c872398fc302c7f0d19ad3a2fe4.tar.xz
mltk-32a45fff4e043c872398fc302c7f0d19ad3a2fe4.zip
[systemd] Drop /usr prefix
Diffstat (limited to 'core/modules/dunst')
-rw-r--r--core/modules/dunst/module.build5
-rw-r--r--core/modules/dunst/module.conf2
2 files changed, 2 insertions, 5 deletions
diff --git a/core/modules/dunst/module.build b/core/modules/dunst/module.build
index d09204e5..f5961132 100644
--- a/core/modules/dunst/module.build
+++ b/core/modules/dunst/module.build
@@ -5,10 +5,7 @@ fetch_source() {
}
build() {
- # copy udev rules to correct location
- if [ -d "${TARGET_BUILD_DIR}/usr/lib/udev" ] && [ -d "${MODULE_BUILD_DIR}/lib/udev" ]; then
- mv "${MODULE_BUILD_DIR}/lib/udev" "${MODULE_BUILD_DIR}/usr/lib/"
- fi
+ :
}
post_copy() {
diff --git a/core/modules/dunst/module.conf b/core/modules/dunst/module.conf
index 8aac23c5..41cd71ec 100644
--- a/core/modules/dunst/module.conf
+++ b/core/modules/dunst/module.conf
@@ -5,7 +5,7 @@ REQUIRED_BINARIES="
"
REQUIRED_DIRECTORIES="
/usr/share/dbus-1
- /usr/lib/systemd/user
+ /lib/systemd/user
"
REQUIRED_FILES="
"