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