summarylogtreecommitdiffstats
path: root/mist.install
diff options
context:
space:
mode:
author5chdn2015-12-28 14:42:30 +0100
committer5chdn2015-12-28 14:42:30 +0100
commite96757f178fc96ded3519e05175a60ef44737d15 (patch)
tree1abbd5ff82066a5da657508af457d4d80dce3ac9 /mist.install
parentbe47ab90716e0e79e621aa2426e24af5804fe4f8 (diff)
downloadaur-e96757f178fc96ded3519e05175a60ef44737d15.tar.gz
Update to latest beta4 release.
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