[neon/neon/settings/Neon/release-lts] debian: do not try to set restart on flathub

Harald Sitter null at kde.org
Fri Oct 9 14:24:29 BST 2020


Git commit 432a202e3a56961cde314e2123e6346b5c3f72d8 by Harald Sitter.
Committed on 09/10/2020 at 13:16.
Pushed by sitter into branch 'Neon/release-lts'.

do not try to set restart on flathub

restart in fact only restarts but since it'd not be running it'd not be restarted...

M  +1    -3    debian/rules

https://invent.kde.org/neon/neon/settings/commit/432a202e3a56961cde314e2123e6346b5c3f72d8

diff --git a/debian/rules b/debian/rules
index 2fe9fa9..626da9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,6 @@ override_dh_usrlocal:
 
 override_dh_installsystemd:
 	dh_installsystemd --no-start --name=neon-update-calamares-groups
-	# restart to ensure flathub is enabled if applicable since we updated there
-	# should be a network connection right now
-	dh_installsystemd --no-start --restart-after-upgrade --name=neon-flathub
+	dh_installsystemd --no-start --name=neon-flathub
 	dh_installsystemd --no-start --name=neon-packagekit-offline-update-policy
 	dh_installsystemd --no-start --name=neon-packagekit-online-update-policy



More information about the Neon-commits mailing list