summarylogtreecommitdiffstats
path: root/openide.install
blob: 325cb06c9f16a6ddf5dc93ac4e090f9893eb8f16 (plain)
1
2
3
4
5
6
pre_upgrade() {
    echo 'cleaning install directory'
    rm -rf /usr/share/openide/*
}

# vim: ts=2 sw=2 et: