summarylogtreecommitdiffstats
path: root/lsi-openpegasus.install
diff options
context:
space:
mode:
Diffstat (limited to 'lsi-openpegasus.install')
-rw-r--r--lsi-openpegasus.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/lsi-openpegasus.install b/lsi-openpegasus.install
deleted file mode 100644
index 9432790cb1e7..000000000000
--- a/lsi-openpegasus.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- ldconfig &> /dev/null
-}
-
-post_upgrade() {
- ldconfig &> /dev/null
-}
-
-
-post_remove() {
- ldconfig &> /dev/null
-}