summaryrefslogtreecommitdiffstats
path: root/core/modules/kdm/module.build
diff options
context:
space:
mode:
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."
-}
-