From cb4f0b60531d6311ca61f2959111c53fbd348cdc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Dec 2010 00:03:03 +0000 Subject: Use autowaf.run_ldconfig. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2728 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wscript b/wscript index 0413fde..9b3fbd8 100644 --- a/wscript +++ b/wscript @@ -173,7 +173,3 @@ def build(bld): 'icons/scalable/patchage.svg') bld.install_files('${MANDIR}/man1', bld.path.ant_glob('doc/*.1')) - -def shutdown(self): - autowaf.shutdown() - -- cgit v1.2.1