PKGBUILDs/community/nautilus-share/nautilus-share.install

19 lines
274 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
/bin/echo ">> This line has to go the end of [global] section of the smb.conf"
/bin/echo ">> include = /etc/samba/usershare.conf"
/bin/echo ">> add yourself to samba group"
}
post_upgrade() {
/bin/true
}
pre_remove() {
/bin/true
}
op=$1
shift
$op $*