Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit cb965d2

Browse files
committed
add a legacy uninstall script for boost_cropped
1 parent 41aa25b commit cb965d2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
echo "Clean out old boost headers"
2-
rm -rf "${SAGE_LOCAL}"/include/boost || \
3-
sdh_die "Failed to delete old boost headers."
4-
51
echo "Copying over new boost headers"
62
sdh_install src/boost "$SAGE_LOCAL/include"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
echo "Clean out old boost headers"
2+
rm -rf "${SAGE_LOCAL}"/include/boost || \
3+
sdh_die "Failed to delete old boost headers."

0 commit comments

Comments
 (0)