[Github-comments] [geany-plugins] Add shell script to add plugin dependencies into GTK bundle on MSYS2 (#375)

Colomban Wendling notifications at xxxxx
Sun Feb 28 17:55:04 UTC 2016


> +		done
> +		rmdir mingw32
> +	fi
> +}
> +
> +cleanup_unnecessary_files() {
> +	echo "Cleanup unnecessary files"
> +	# etc: cleanup development files
> +	rm -rf etc/bash_completion.d
> +	rm -rf etc/dbus-1
> +	rm -rf etc/pkcs11
> +	rm -rf etc/xml
> +	# include: cleanup development files
> +	rm -rf include
> +	# lib: cleanup development files
> +	rm -rf libexec

libexec is not generally dev files, is it?

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/375/files#r54353540
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160228/b027c385/attachment.html>


More information about the Github-comments mailing list