summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-10-06 17:24:14 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-10-06 17:24:14 +0000
commit6e02245a26d38601abfc97ef71827fd75361d629 (patch)
treef6441653e2e2f1f7cf33839581dbeb88c7286087
parentb07684a828a7fe7715b45ac31db81b9c06fb86aa (diff)
remove old and never necessary debhelper generated files
-rw-r--r--debian/liblasso1.postinst.debhelper5
-rw-r--r--debian/liblasso1.postrm.debhelper5
2 files changed, 0 insertions, 10 deletions
diff --git a/debian/liblasso1.postinst.debhelper b/debian/liblasso1.postinst.debhelper
deleted file mode 100644
index 3d89d3ef..00000000
--- a/debian/liblasso1.postinst.debhelper
+++ /dev/null
@@ -1,5 +0,0 @@
-# Automatically added by dh_makeshlibs
-if [ "$1" = "configure" ]; then
- ldconfig
-fi
-# End automatically added section
diff --git a/debian/liblasso1.postrm.debhelper b/debian/liblasso1.postrm.debhelper
deleted file mode 100644
index 7f440472..00000000
--- a/debian/liblasso1.postrm.debhelper
+++ /dev/null
@@ -1,5 +0,0 @@
-# Automatically added by dh_makeshlibs
-if [ "$1" = "remove" ]; then
- ldconfig
-fi
-# End automatically added section