mirror of
https://github.com/mac-a-r0ni/lxqt.git
synced 2025-01-15 19:22:20 +01:00
9 lines
182 B
Bash
9 lines
182 B
Bash
#!/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
|