summaryrefslogtreecommitdiffstats
path: root/intercept/update-modules
blob: 431bfcd6c24dce21a30cb75a2668e49ac73842e9 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ ! -f $IPKG_INTERCEPT_DIR/update-modules ]; then
  echo "update-modules" > $IPKG_INTERCEPT_DIR/update-modules
  chmod +x $IPKG_INTERCEPT_DIR/update-modules
fi