summarylogtreecommitdiffstats
path: root/alchemy.install
diff options
context:
space:
mode:
Diffstat (limited to 'alchemy.install')
-rw-r--r--alchemy.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/alchemy.install b/alchemy.install
index 7615fd639884..e9ab1b922578 100644
--- a/alchemy.install
+++ b/alchemy.install
@@ -1,8 +1,8 @@
#!/bin/bash
post_install() {
- bash /opt/alchemy-next-viewer-git/etc/refresh_desktop_app_entry.sh "/opt/alchemy-next-viewer-git" "/usr/local/share/applications/"
- bash /opt/alchemy-next-viewer-git/etc/register_secondlifeprotocol.sh
+ bash /opt/alchemy-next-viewer-git/etc/refresh_desktop_app_entry.sh "/opt/alchemy-next-viewer-git" "/usr/local/share/applications/"
+ bash /opt/alchemy-next-viewer-git/etc/register_secondlifeprotocol.sh
}
post_upgrade() {
- post_install $1
+ post_install "$1"
}