1 SUMMARY = "autofs configuration for enigma2"
4 SRC_URI = "file://enigma2.autofs \
11 install -d ${D}${sysconfdir}
12 install -m644 ${WORKDIR}/auto.* ${D}${sysconfdir}
13 install -d ${D}${sysconfdir}/auto.master.d
14 install -m644 ${WORKDIR}/enigma2.autofs ${D}${sysconfdir}/auto.master.d
17 CONFFILES_${PN} = "${sysconfdir}/auto.network"
19 pkg-postinst_${PN}() {
22 if [ -n "$pid" ]; then
30 if [ -n "$pid" ]; then