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