aboutsummaryrefslogtreecommitdiff
path: root/apks/photoview/photoview.pre-install
blob: a493b21631e607bcda180413ba6adbc69e52b8e4 (plain)
1
2
3
4
5
6
#!/bin/sh

addgroup -S photoview 2>/dev/null
adduser -S -D -h /var/lib/photoview -s /sbin/nologin -G photoview -g photoview photoview 2>/dev/null

exit 0