Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
[debian] Do not restart shell on upgrade
Browse files Browse the repository at this point in the history
As discussed in #26 , restarting shell on upgrade causes problems. Also, it is not just generally a good idea.
Users should reboot phones after updates anyways.
  • Loading branch information
erikinkinen committed May 14, 2023
1 parent 8e410d6 commit ac0bcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
dh $@ --buildsystem=cmake --with pkgkde_symbolshelper

override_dh_installsystemd:
dh_installsystemd --name cutie-ui-io
dh_installsystemd --name cutie-ui-io --no-restart-on-upgrade

0 comments on commit ac0bcbf

Please sign in to comment.