contrib: remove obsolete luci package definitions
[project/luci.git] / contrib / package / freifunk-mapupdate / ipkg / postrm
1 #!/bin/sh
2 [ -n "${IPKG_INSTROOT}" ] || {
3         sed -i '/ff_mapupdate.sh/d' /etc/crontabs/root
4         /etc/init.d/cron restart
5 }