summarylogtreecommitdiffstats
path: root/mist.install
diff options
context:
space:
mode:
Diffstat (limited to 'mist.install')
-rw-r--r--mist.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/mist.install b/mist.install
deleted file mode 100644
index 5be273576058..000000000000
--- a/mist.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- printf "$mist\n"
-}
-
-post_upgrade() {
- post_install
-}
-
-read -d '' mist <<'EOF'
-To start Mist:
-
- $ mist -asset_path="/usr/share/mist"
-
-Or create a shell alias:
-
- alias mist='mist -asset_path="/usr/share/mist"'
-EOF