11 lines
370 B
Bash
Executable File
11 lines
370 B
Bash
Executable File
#!/bin/sh
|
|
echo "got here in mattermost -- jcarr put this here"
|
|
touch /tmp/mattermost.jcarr.install
|
|
|
|
echo follow instructions here: https://docs.mattermost.com/install/install-tar.html
|
|
|
|
set -e
|
|
# Automatically added by dh_installdeb/13.9.1
|
|
# dpkg-maintscript-helper symlink_to_dir /usr/share/doc/vim vim-common 2:8.0.1451-1\~ vim -- "$@"
|
|
# End automatically added section
|