From: Alexander Lohnau Date: Tue, 21 Apr 2020 16:44:48 +0000 (+0200) Subject: Dolphin Service Installer: Run uninstall scripts, rename methods X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/5bbdf66fce8d01c73ce87a5175234c7f60a2c9cb?hp=5bbdf66fce8d01c73ce87a5175234c7f60a2c9cb Dolphin Service Installer: Run uninstall scripts, rename methods Summary: Now scripts starting with `uninstall` are being executed. Addtionally the `runInstallerScriptOnce` method has been renamed, because it is used to run the install/uninstall scripts. Same for `runInstallerScript`. Depends on D28801 Test Plan: Compile, run tests. Try to uninstall a dolphin service which has a uninstall.sh script. Reviewers: #dolphin, ngraham, nicolasfella, elvisangelaccio Reviewed By: #dolphin, elvisangelaccio Subscribers: cfeck, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D28836 ---