summaryrefslogtreecommitdiff
path: root/staging/slv2/slv2.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/slv2/slv2.install')
-rw-r--r--staging/slv2/slv2.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/staging/slv2/slv2.install b/staging/slv2/slv2.install
new file mode 100644
index 000000000..c980ddfab
--- /dev/null
+++ b/staging/slv2/slv2.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo "Updating Shared Library Links"
+ /sbin/ldconfig
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: