diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2015-03-29 22:17:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-30 09:09:09 +0700 |
commit | 0e3aeaec5874f45e842220221be86cf3c037408e (patch) | |
tree | 38765efc422fcaa1027df8ecbab85cf8685ae40d /libraries/gtkhtml/doinst.sh | |
parent | 85146238303654eaa4c19bc9337800d2899c5280 (diff) |
libraries/gtkhtml: Added (lightweight HTML rendering engine).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gtkhtml/doinst.sh')
-rw-r--r-- | libraries/gtkhtml/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/gtkhtml/doinst.sh b/libraries/gtkhtml/doinst.sh new file mode 100644 index 0000000000000..682c942551193 --- /dev/null +++ b/libraries/gtkhtml/doinst.sh @@ -0,0 +1,3 @@ +#!/bin/sh +#we installed a library so run ldconfig +/sbin/ldconfig |