makedeb


eclipse-platform 4.29-6


A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager

Viewing /postinst.

View raw.

Click here to go back to the Git tree for eclipse-platform.

#!/bin/sh
group=eclipsedev
groupadd ${group}
chgrp ${group} /usr/share/eclipse -R
chgrp ${group} /usr/bin/eclipse
setfacl -R -d -m g:${group}:rw /usr/share/eclipse
getfacl /usr/share/eclipse