summarylogtreecommitdiffstats
path: root/cgp-library.install
diff options
context:
space:
mode:
Diffstat (limited to 'cgp-library.install')
-rw-r--r--cgp-library.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/cgp-library.install b/cgp-library.install
new file mode 100644
index 000000000000..8b862f98968e
--- /dev/null
+++ b/cgp-library.install
@@ -0,0 +1,7 @@
+post_install() {
+ ldconfig
+}
+
+post_remove() {
+ ldconfig
+}