Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
updated deb install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivins committed Jun 27, 2016
1 parent e062775 commit b603a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build_scripts/deb_post_install
@@ -1,3 +1,4 @@
ln -s /opt/tachyon/bin/tachyon /usr/bin/tachyon
ln -s /opt/tachyon/bin/ftl-express /usr/bin/ftl-express
bash -c 'echo "/opt/tachyon/lib" > /etc/ld.so.conf.d/tachyon.conf'
ldconfig
1 change: 1 addition & 0 deletions build_scripts/deb_post_remove
@@ -1,3 +1,4 @@
rm /usr/bin/tachyon
rm /usr/bin/ftl-express
rm /etc/ld.so.conf.d/tachyon.conf
ldconfig
2 changes: 1 addition & 1 deletion build_scripts/make_deb.bash
@@ -1,3 +1,3 @@
fpm -n tachyon -v 1.1 --prefix /opt/tachyon -C /opt/tachyon -s dir -t deb -p ../../NAME_VERSION_ARCH.deb \
fpm -n tachyon -v 1.2.6 --prefix /opt/tachyon -C /opt/tachyon -s dir -t deb -p ../../NAME_VERSION_ARCH.deb \
--after-install deb_post_install \
--after-remove deb_post_remove

0 comments on commit b603a91

Please sign in to comment.