11 lines
160 B
Bash
11 lines
160 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
. ../.skel/nextcloud-app/build-nextcloud-app
|
||
|
|
||
|
post_prepare() {
|
||
|
github_changelog nextcloud/groupfolders
|
||
|
}
|
||
|
|
||
|
build_nextcloud_app groupfolders 27
|
||
|
|