diff options
Diffstat (limited to 'packages/ubuntu/debian/postrm')
-rw-r--r-- | packages/ubuntu/debian/postrm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/ubuntu/debian/postrm b/packages/ubuntu/debian/postrm index 8ea16af2d..3347514a1 100644 --- a/packages/ubuntu/debian/postrm +++ b/packages/ubuntu/debian/postrm @@ -2,12 +2,6 @@ set -e -#\/bin/rm /etc/ld.so.conf.d/nprobe.conf /sbin/ldconfig -# Not needed: upstart does it -if [ "$1" = "purge" ] ; then - update-rc.d nprobe remove >/dev/null -fi - exit 0 |