summarylogtreecommitdiffstats
path: root/neon-wallet-bin.install
diff options
context:
space:
mode:
authorStevesAMonkey2018-08-28 12:46:55 +0930
committerStevesAMonkey2018-08-28 12:46:55 +0930
commitde4b63735112b8e8a3f08b6df6766eede0813e04 (patch)
tree093766ba47cdea5c6d500297547122f7c8709238 /neon-wallet-bin.install
parentb624402c4e56aed9f79597fc053b4f1998c2267c (diff)
downloadaur-de4b63735112b8e8a3f08b6df6766eede0813e04.tar.gz
Fixing .install derp; thanks @andykluger
Diffstat (limited to 'neon-wallet-bin.install')
-rw-r--r--neon-wallet-bin.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/neon-wallet-bin.install b/neon-wallet-bin.install
index b3da229d0b20..5eec15ac7cb3 100644
--- a/neon-wallet-bin.install
+++ b/neon-wallet-bin.install
@@ -1,6 +1,7 @@
post_install() {
echo "Symlink has been installed for /usr/bin/neon-wallet"
ln -s /opt/Neon/neon /usr/bin/neon-wallet
+}
post_upgrade() {
if [ ! -e /usr/bin/neon-wallet ]; then
@@ -9,7 +10,7 @@ post_upgrade() {
else
echo "Symlink already present, not reinstalling"
fi
- echo \
+}
post_remove() {
echo "Symlink to /usr/bin/neon-wallet has been removed"