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