summaryrefslogtreecommitdiffstats
path: root/core/modules/kdm/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-29 09:33:11 +0100
committerSimon Rettberg2024-01-29 09:33:11 +0100
commit0ec23c871d06a0b1d5dc89d920d68b394e1bf85e (patch)
treee7c5779d2b808205d902e85ddb774536e9a61c1c /core/modules/kdm/module.build
parentEnable bwlp-desktop-tweaks in bwlp target (diff)
downloadmltk-0ec23c871d06a0b1d5dc89d920d68b394e1bf85e.tar.gz
mltk-0ec23c871d06a0b1d5dc89d920d68b394e1bf85e.tar.xz
mltk-0ec23c871d06a0b1d5dc89d920d68b394e1bf85e.zip
[kdm/kdm-theme-bwlp] Remove
Diffstat (limited to 'core/modules/kdm/module.build')
-rw-r--r--core/modules/kdm/module.build16
1 files changed, 0 insertions, 16 deletions
diff --git a/core/modules/kdm/module.build b/core/modules/kdm/module.build
deleted file mode 100644
index 6be6af93..00000000
--- a/core/modules/kdm/module.build
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-fetch_source () {
- :
-}
-
-build () {
- :
-}
-
-post_copy() {
- # copy required icons
- # TODO: Why here? gtk <-> kdm?
- gtk-update-icon-cache-3.0 "${TARGET_BUILD_DIR}/usr/share/icons/oxygen/" || pwarning "update-icon-cache-3.0 failed."
-}
-