PKGBUILDs/extra/beagle/beagle.install

9 lines
262 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
post_install() {
getent group beaglidx >/dev/null || usr/sbin/groupadd -g 86 beaglidx
getent passwd beaglidx >/dev/null || usr/sbin/useradd -c 'User for Beagle indexing' -u 86 -g beaglidx -d '/' -s /bin/false beaglidx
}
post_upgrade() {
post_install $1
}