File: wforce-lua-dist.postinst

package info (click to toggle)
weakforced 3.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,040 kB
  • sloc: cpp: 20,397; python: 2,002; sh: 700; makefile: 432
file content (9 lines) | stat: -rwxr-xr-x 46 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
#

set -e

/sbin/ldconfig

exit 0