summarylogtreecommitdiffstats
path: root/neon-wallet.install
diff options
context:
space:
mode:
Diffstat (limited to 'neon-wallet.install')
-rw-r--r--neon-wallet.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/neon-wallet.install b/neon-wallet.install
new file mode 100644
index 000000000000..21701cb72772
--- /dev/null
+++ b/neon-wallet.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo "Symlink has been installed for /usr/bin/neon-wallet"
+ ln -s /opt/Neon/neon /usr/bin/neon-wallet
+}
+
+post_upgrade() {
+ ln -s /opt/Neon/neon /usr/bin/neon-wallet
+}
+
+post_remove() {
+ echo "Symlink to /usr/bin/neon-wallet has been removed"
+ rm -f /usr/bin/neon-wallet
+}