ship mover installs

This commit is contained in:
James Tomasino 2018-12-07 16:06:54 -05:00
parent 6e530b1965
commit 6cd3974a1f

View File

@ -12,6 +12,9 @@ fi
if [ ! -L "/usr/local/bin/cosmic-rmship" ]; then
ln -s "${DIR}/bin/cosmic-rmship" "/usr/local/bin/cosmic-rmship"
fi
if [ ! -L "/usr/local/bin/cosmic-mvship" ]; then
ln -s "${DIR}/bin/cosmic-mvship" "/usr/local/bin/cosmic-mvship"
fi
# User runnable commands
if [ ! -L "/usr/local/bin/cosmic-roster" ]; then