diff --git a/Makefile b/Makefile index 54a7c2ea..bd331bfa 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,5 @@ install: cp -rv pkg/usr/share/bash-completion/ $(DESTDIR)/usr/share/ cp -rv pkg/etc/apt/ $(DESTDIR)/etc/ cp -rv pkg/tmp/spark-store-install/ $(DESTDIR)/tmp/ - cp -rv pkg/lib/systemd/ $(DESTDIR)/lib/ cp -rv tool/spark-store.asc $(DESTDIR)/opt/durapps/spark-store/bin/ ln -s ../../../spark-store/extras/spark-store $(DESTDIR)/opt/durapps/spark-store/bin/spark-store diff --git a/pkg/lib/systemd/system/spark-update-notifier.timer b/pkg/lib/systemd/system/spark-update-notifier.timer deleted file mode 100644 index b8a48186..00000000 --- a/pkg/lib/systemd/system/spark-update-notifier.timer +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Timer for Spark Update Notifier - -[Timer] -# 开机后第一次执行 -OnBootSec=1min -# 每天执行一次 -OnUnitActiveSec=1d - -[Install] -WantedBy=timers.target \ No newline at end of file