summarylogtreecommitdiffstats
path: root/neon-wallet-bin.install
diff options
context:
space:
mode:
authorStevesAMonkey2018-08-23 09:21:12 +0930
committerStevesAMonkey2018-08-23 09:21:12 +0930
commitb624402c4e56aed9f79597fc053b4f1998c2267c (patch)
tree0289af42adf43d37a985ea58d33aa16a2cad5f8e /neon-wallet-bin.install
parent2f9bbb49e3ae7c7f1dc70af0606a1315b04e2d38 (diff)
downloadaur-b624402c4e56aed9f79597fc053b4f1998c2267c.tar.gz
Upgrade to 0.2.7; removed old install messages
Diffstat (limited to 'neon-wallet-bin.install')
-rw-r--r--neon-wallet-bin.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/neon-wallet-bin.install b/neon-wallet-bin.install
index 6ebc00925cfa..b3da229d0b20 100644
--- a/neon-wallet-bin.install
+++ b/neon-wallet-bin.install
@@ -1,13 +1,6 @@
post_install() {
echo "Symlink has been installed for /usr/bin/neon-wallet"
ln -s /opt/Neon/neon /usr/bin/neon-wallet
- echo \
- "####################################
-If you're using the Neon App, please
-ensure you're using version 1.1.1 or
-above
-####################################"
-}
post_upgrade() {
if [ ! -e /usr/bin/neon-wallet ]; then
@@ -17,12 +10,6 @@ post_upgrade() {
echo "Symlink already present, not reinstalling"
fi
echo \
- "####################################
-If you're using the Neon App, please
-ensure you're using version 1.1.1 or
-above
-####################################"
-}
post_remove() {
echo "Symlink to /usr/bin/neon-wallet has been removed"