新文件: debian/source/format

修改:     debian/spark-store.postinst
	修改:     debian/spark-store.postrm
	修改:     debian/spark-store.prerm
	修改:     pkg/usr/lib/systemd/system/spark-update-notifier.service
	修改:     spark-store-project.pro
	修改:     tool/update-upgrade/ss-update-controler.sh
This commit is contained in:
2022-04-11 00:01:50 +08:00
parent f292f954f7
commit c4f4465e87
7 changed files with 32 additions and 7 deletions

View File

@@ -7,9 +7,18 @@ rm /usr/local/bin/spark-dstore-patch
rm /usr/local/bin/ussinstall
rm /usr/local/bin/ussremove
# Remove residual symbol links to stop upgrade detect
rm /etc/xdg/autostart/spark-update-notifier.desktop
# Stop update detect service
systemctl disable spark-update-notifier
# Remove gpg key file
if [ -f "/etc/apt/trusted.gpg.d/spark-store.gpg" ] ; then
rm /etc/apt/trusted.gpg.d/spark-store.gpg
fi
apt-key del '9D9A A859 F750 24B1 A1EC E16E 0E41 D354 A29A 440C'
# Shutdown services
service spark-update-notifier stop