Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91320003
post-install.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 9, 23:36
Size
425 B
Mime Type
text/x-shellscript
Expires
Mon, Nov 11, 23:36 (2 d)
Engine
blob
Format
Raw Data
Handle
22242427
Attached To
R2664 SHRINE MedCo Fork
post-install.sh
View Options
#!/bin/bash
# Remove temporary files created by install process (but leave installation intact)
echo "[i2b2/post-install.sh] Removing compiled Java classes"
find .. -name *.class | xargs rm
echo "[i2b2/post-install.sh] Removing interpolated files"
find -name *.interpolated | xargs rm
echo "[i2b2/post-install.sh] Removing Shrine.sql"
rm Shrine.sql
echo "[i2b2/post-install.sh] Removing backup directory"
rm -rf backup/
Event Timeline
Log In to Comment