aboutsummaryrefslogtreecommitdiffstats
path: root/community/mycroft-core/mycroft-core.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/mycroft-core/mycroft-core.post-install')
-rw-r--r--community/mycroft-core/mycroft-core.post-install11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/mycroft-core/mycroft-core.post-install b/community/mycroft-core/mycroft-core.post-install
deleted file mode 100644
index 1be767c01e9..00000000000
--- a/community/mycroft-core/mycroft-core.post-install
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-cat <<EOF
-mycroft-core installs with the most basic skills required to get the package working.
-If you want all the official MycroftAI skills, consider installing the mycroft-skills meta package.
-Other skills can be found by searching for "mycroft-skill-*"
-
-To start and stop MyCroft run the following:
-- /usr/bin/start-mycroft all
-- /usr/bin/stop-mycroft all
-EOF