git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5abdcf5
)
add postinst
author
Phil Blundell
<philb@gnu.org>
Sun, 4 Jul 2004 14:16:21 +0000
(14:16 +0000)
committer
Phil Blundell
<philb@gnu.org>
Sun, 4 Jul 2004 14:16:21 +0000
(14:16 +0000)
BKrev: 40e81135Fwd7PWH4FLSBaCroKGWJog
update-modules/update-modules_1.0.oe
patch
|
blob
|
history
diff --git
a/update-modules/update-modules_1.0.oe
b/update-modules/update-modules_1.0.oe
index
e69de29
..
1ea2f4e
100644
(file)
--- a/
update-modules/update-modules_1.0.oe
+++ b/
update-modules/update-modules_1.0.oe
@@
-0,0
+1,18
@@
+DESCRIPTION = "Script to manage module configuration files"
+PACKAGE_ARCH = "all"
+PR = "r1"
+
+SRC_URI = "file://update-modules"
+
+pkg_postinst() {
+if [ "x$D" != "x" ]; then
+ exit 1
+fi
+update-modules
+}
+
+do_install() {
+ install -d ${D}${sbindir}
+ install ${WORKDIR}/update-modules ${D}${sbindir}
+}
+