~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to debian/boinc-client.postinst

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
ch_stat()
21
21
{
22
22
    # Don't do anything if an override exists.
23
 
    if ! dpkg-statoverride --list "$3" >/dev/null 2>&1; then
 
23
    if ! dpkg-statoverride --list "$3" >/dev/null 2>&1 && [ -e "$3" ]; then
24
24
        chmod "$1" "$3"
25
25
        chown "$2" "$3"
26
26
    fi