diff options
author | root <root@rshg047.dnsready.net> | 2011-05-30 22:48:08 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-30 22:48:08 +0000 |
commit | a422536e1ba326bff507ba81859c784a135d1804 (patch) | |
tree | 85caa09390d3bf641e0363b0f0dbf9447e3b5ef8 /community/flowcanvas/flowcanvas.install | |
parent | c399070d50c89903ec1dea55aa4aa5147a367565 (diff) |
Mon May 30 22:48:08 UTC 2011
Diffstat (limited to 'community/flowcanvas/flowcanvas.install')
-rw-r--r-- | community/flowcanvas/flowcanvas.install | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/flowcanvas/flowcanvas.install b/community/flowcanvas/flowcanvas.install index 46f265d5b..dbd9898d3 100644 --- a/community/flowcanvas/flowcanvas.install +++ b/community/flowcanvas/flowcanvas.install @@ -1,5 +1,5 @@ post_install() { - /sbin/ldconfig + \ldconfig } post_upgrade() { @@ -9,3 +9,5 @@ post_upgrade() { post_remove() { post_install } + +# vim:set ts=2 sw=2 et: |