lxqt/libfm-extra/post-install

9 lines
182 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
# Manually create include dir symlink
# if included in pkg, the 'libfm' pkg will fail to install
ln -s /usr/include/libfm-1.0 /usr/include/libfm
# End post install file