summarylogtreecommitdiffstats
path: root/appimage-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'appimage-git.install')
-rw-r--r--appimage-git.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/appimage-git.install b/appimage-git.install
index 7cb6495912ff..092bd191b9d0 100644
--- a/appimage-git.install
+++ b/appimage-git.install
@@ -13,7 +13,7 @@ install_appimaged_service() {
done
}
-pre_remove() {
+uninstall_appimaged_service() {
for username in `ls /home`; do
user_exists=$(id -u $username > /dev/null 2>&1; echo $?)
@@ -29,7 +29,7 @@ pre_remove() {
post_install() {
echo "----------------------------------------------------------------"
- echo "To enable the appimaged daemon on your account:
+ echo "To enable the appimaged daemon on your account:"
echo "systemctl --user enable appimaged"
echo "systemctl --user start appimaged"
echo "----------------------------------------------------------------"