networkmanager: only add postinst script to networkmanager, not all packages

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3093 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-11-07 14:35:31 +00:00
parent 9e21d7c9ed
commit 622eeef7ba
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ DEPENDS = "libnl dbus dbus-glib hal gconf-dbus wireless-tools ppp"
RDEPENDS = "hal wpa-supplicant iproute2 dhcp-client"
PV = "0.7+svnr${SRCREV}"
PR = "r2"
PR = "r3"
SRC_URI="svn://svn.gnome.org/svn/NetworkManager/;module=trunk;proto=http \
file://no-restarts.diff;patch=1;pnum=0 \
@ -34,7 +34,7 @@ do_stage () {
autotools_stage_all
}
pkg_postinst () {
pkg_postinst_${PN} () {
if [ "x$D" != "x" ]; then
exit 1
fi