My feature reffers elements.xml with:
<Elements xmlns="
http://schemas.microsoft.com/sharepoint/">
<Module Name="ABC Solution" List="113" Url="_catalogs/wp">
<File Url="my.webpart" Type="GhostableInLibrary">
<Property Name="Group" Value="My Group" />
<Property Name="QuickAddGroups" Value="My Group" />
</File>
</Module>
</Elements>
Install works just fine and web part goes to web part gallery. However, uninstall doesn't remove the web part from it. Furthermore, the next install doesn't update existing web part in web part gallery. Please advice.