diff options
Diffstat (limited to 'package/postinst')
-rw-r--r-- | package/postinst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/postinst b/package/postinst new file mode 100644 index 00000000..f068a7e1 --- /dev/null +++ b/package/postinst @@ -0,0 +1,6 @@ +#!/bin/bash +# + +ldconfig + +exit 0 |