~balkan/adeona/trunk

« back to all changes in this revision

Viewing changes to release/macos/packagefiles/postflight.retrieve

  • Committer: Vjekoslav Brajkovic
  • Date: 2009-02-17 02:24:59 UTC
  • Revision ID: vjeko@v.dyn.cs.washington.edu-20090217022459-0scqerw4j8oydzqs
Initial commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
ADEONAPREFIX=/usr/local/adeona
 
3
ADEONAAPPS=/Applications/Adeona
 
4
 
 
5
# we put the retrieve term file under /Applications so it's Finder-able
 
6
if [ ! -d $ADEONAAPPS ]; then
 
7
    mkdir -p $ADEONAAPPS
 
8
fi
 
9
 
 
10
#set ownership
 
11
chown -R root:admin $ADEONAPREFIX
 
12
 
 
13
mv $ADEONAPREFIX/adeona-retrieve.term $ADEONAAPPS