mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
18 lines
274 B
Text
18 lines
274 B
Text
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 $*
|