summarylogtreecommitdiffstats
path: root/mob.install
diff options
context:
space:
mode:
Diffstat (limited to 'mob.install')
-rw-r--r--mob.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/mob.install b/mob.install
new file mode 100644
index 000000000000..601f1e95d661
--- /dev/null
+++ b/mob.install
@@ -0,0 +1,7 @@
+post_install() {
+ ln -s /opt/Mob/mob /usr/bin/mob
+}
+
+pre_remove() {
+ rm /usr/bin/mob
+}