求助使用dpkg命令打包时,怎么加入kill springboard命令?

如题,如果使用theos的话,就在Makefile加入
after-install::
install.exec “killall -9 SpringBoard”

但是因为各种原因,导致最后只能直接使用dpkg-deb -Zgzip -b的方式打包,求指导怎么可以加上安装后重启SpringBoard的命令。
还有,是不是就算用了theos,加上上面的命令,使用ifile安装也不会自动重启SpringBoard的?

1 个赞

我记得ifile确实是这样。
打包的话把指令放在bash脚本里即可。
这个bash脚本应该在DEBIAN/postinst

1 个赞

thx,我先去试试