<p>In <a href="https://github.com/geany/geany-plugins/pull/375#discussion_r54353540">build/gtk-bundle-from-msys2.sh</a>:</p>
<pre style='color:#555'>> +            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
</pre>
<p>libexec is not generally dev files, is it?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/375/files#r54353540">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJwwhtGLbWdE_NrgzOuhyB4KDW9bZks5poyv4gaJpZM4Hk4SI.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/375/files#r54353540"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>