Index: stall.sh
===================================================================
--- install.sh	(revision 68b892a5e614d92a0a811d6ecd1a154249190dff)
+++ 	(revision )
@@ -1,20 +1,0 @@
-#!/bin/sh
-
-export CONFIG_DEVEL_FILES=$1
-
-(
-	# Install generated map files into the 'debug' subdirectory.
-
-	echo "######## Installing library map files ########"
-
-	# TODO: add configuration option to install debug files
-
-	if false; then
-		cd ${MESON_BUILD_ROOT}/uspace
-		find -name '*.map' -a -path './lib/*' | sed 's:^\./::' | xargs --verbose -I'@' install -C -D -m644 -T '@' "${MESON_INSTALL_DESTDIR_PREFIX}debug/"'@'
-	fi
-
-	# Install library headers that are mixed in with source files (no separate 'include' subdir).
-	# The properly separated headers are installed by the meson script.
-
-) > ${MESON_BUILD_ROOT}/install_custom.log 2>&1
Index: meson.build
===================================================================
--- meson.build	(revision 68b892a5e614d92a0a811d6ecd1a154249190dff)
+++ meson.build	(revision ad5c4959acb953e38dc6ff5a3e1fefb1bc357723)
@@ -177,7 +177,4 @@
 HELENOS_RELEASE = HELENOS_VERSION + '.' + HELENOS_PATCHLEVEL + '.' + HELENOS_SUBLEVEL
 
-
-meson.add_install_script('install.sh', CONFIG_DEVEL_FILES.to_string())
-
 add_project_arguments(
 	# TODO: Remove from project arguments and only use where needed.
