diff mbox

[1/3] package/lvm2: remove uninstall commands

Message ID 87b70aafdc14794df97eaa937c841609d9b45ab4.1386023329.git.yann.morin.1998@free.fr
State Superseded
Headers show

Commit Message

Yann E. MORIN Dec. 2, 2013, 10:29 p.m. UTC
From: "Yann E. MORIN" <yann.morin.1998@free.fr>

We do not properly support uninstalling packages, so just remove
the uninstall commands.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/lvm2/lvm2.mk | 10 ----------
 1 file changed, 10 deletions(-)

Comments

Thomas Petazzoni Dec. 6, 2013, 9:38 a.m. UTC | #1
Dear Yann E. MORIN,

On Mon,  2 Dec 2013 23:29:55 +0100, Yann E. MORIN wrote:
> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> 
> We do not properly support uninstalling packages, so just remove
> the uninstall commands.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  package/lvm2/lvm2.mk | 10 ----------
>  1 file changed, 10 deletions(-)

I've marked this patch as superseded in patchwork, since all uninstall
commands have been deleted by Thomas DS patch, including the lvm2 one.

Best regards,

Thomas
Yann E. MORIN Dec. 6, 2013, 4:37 p.m. UTC | #2
Thomas, All,

On 2013-12-06 10:38 +0100, Thomas Petazzoni spake thusly:
> On Mon,  2 Dec 2013 23:29:55 +0100, Yann E. MORIN wrote:
> > From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > 
> > We do not properly support uninstalling packages, so just remove
> > the uninstall commands.
> > 
> > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > ---
> >  package/lvm2/lvm2.mk | 10 ----------
> >  1 file changed, 10 deletions(-)
> 
> I've marked this patch as superseded in patchwork, since all uninstall
> commands have been deleted by Thomas DS patch, including the lvm2 one.

Yes, thank you! :-)

Regards,
Yann E. MORIN.
diff mbox

Patch

diff --git a/package/lvm2/lvm2.mk b/package/lvm2/lvm2.mk
index 4099c21..2761100 100644
--- a/package/lvm2/lvm2.mk
+++ b/package/lvm2/lvm2.mk
@@ -50,14 +50,4 @@  else
 LVM2_CONF_OPT += --disable-applib
 endif
 
-define LVM2_UNINSTALL_STAGING_CMDS
-	rm -f $(addprefix $(STAGING_DIR)/usr/sbin/,$(LVM2_BINS))
-	rm -f $(addprefix $(STAGING_DIR)/usr/lib/,libdevmapper.so*)
-endef
-
-define LVM2_UNINSTALL_TARGET_CMDS
-	rm -f $(addprefix $(TARGET_DIR)/usr/sbin/,$(LVM2_BINS))
-	rm -f $(addprefix $(TARGET_DIR)/usr/lib/,libdevmapper.so*)
-endef
-
 $(eval $(autotools-package))