#!/bin/sh

case $2 in
POST-INSTALL)
   chown %%BOINC_USER%% %%BOINC_HOME%%/projects/%%SETI_SITE%%
   ;;
esac
