From e659c3738ab3ec671a2870a3ae243f08fefcb9ea Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 5 Feb 2006 15:38:04 +0000 Subject: Avoid mkdir in postinst, doing it in the Makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3138 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/quagga/ipkg/quagga.postinst | 1 - 1 file changed, 1 deletion(-) (limited to 'openwrt/package/quagga/ipkg') diff --git a/openwrt/package/quagga/ipkg/quagga.postinst b/openwrt/package/quagga/ipkg/quagga.postinst index ff83cfcae4..90ffe61e28 100644 --- a/openwrt/package/quagga/ipkg/quagga.postinst +++ b/openwrt/package/quagga/ipkg/quagga.postinst @@ -45,5 +45,4 @@ echo "ospfapi 2607/tcp" >>${IPKG_INSTROOT}/etc/services echo "isisd 2608/tcp" >>${IPKG_INSTROOT}/etc/services fi -mkdir -p $dir chown -R $name:$name $dir -- cgit v1.2.3