Remove UninstallDev template, which is no longer required
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Jul 2008 09:32:46 +0000 (09:32 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Jul 2008 09:32:46 +0000 (09:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11782 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/freetype/Makefile

index 1e400c5..7592c8c 100644 (file)
@@ -57,13 +57,6 @@ define Build/InstallDev
        $(SED) 's,/usr/include/freetype2/,$(STAGING_DIR)/usr/include/freetype2/,g' $(2)/bin/freetype-config
 endef
 
-define Build/UninstallDev
-       rm -rf $(1)/bin/freetype-config \
-               $(1)/usr/include/freetype2 \
-               $(1)/usr/include/ft2build.h \
-               $(1)/usr/lib/libfreetype.{a,so*} \
-               $(1)/usr/lib/pkgconfig/freetype2.pc
-endef
 
 define Package/libfreetype/install
        $(INSTALL_DIR) $(1)/usr/lib