summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_cfgchg.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-06-14 22:24:52 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-06-14 22:24:52 +0000
commit3e8026c38746fcdd60f1a061178440852645d8f4 (patch)
tree54666caa9b7bb62f2038e5d0b52394303ab14107 /scripts/lib/ptxd_lib_cfgchg.sh
parent0433170a3ee8e96b8fb91af964ad64f9fc43a10a (diff)
downloadptxdist-3e8026c38746fcdd60f1a061178440852645d8f4.tar.gz
ptxdist-3e8026c38746fcdd60f1a061178440852645d8f4.tar.xz
[ptxd_lib_cfgchg.sh] delete xpkg.map files on configuration change
xpkg.map files in the STATEDIR will be introduced in later commit Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10777 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'scripts/lib/ptxd_lib_cfgchg.sh')
-rw-r--r--scripts/lib/ptxd_lib_cfgchg.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_lib_cfgchg.sh b/scripts/lib/ptxd_lib_cfgchg.sh
index 3d3261417..8ec0b26c9 100644
--- a/scripts/lib/ptxd_lib_cfgchg.sh
+++ b/scripts/lib/ptxd_lib_cfgchg.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
ptxd_cfgchg_generate()
{
@@ -42,6 +50,7 @@ ptxd_cfgchg_generate()
for (pkg in pkgs_opt_changed) {
printf "'"${STATEDIR}/"'" pkgs_opt_changed[pkg] ".prepare\0";
+ printf "'"${STATEDIR}/"'" pkgs_opt_changed[pkg] ".xpkg.map\0";
}
}