mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 18:12:13 +08:00
9 lines
172 B
Bash
Executable File
9 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# standard dirs
|
|
rm -rf ./usr/share/man
|
|
rm -rf ./usr/include
|
|
|
|
# wx gtk libs
|
|
rm -f ./usr/lib/libwx_gtk2u_{svg,stc,richtext,qa,plot,ogl,media,gl,fl,giz*}-2.8.so*
|