Changeset 1756
- Timestamp:
- 03/09/10 14:13:51 (3 years ago)
- Files:
-
- 1 modified
-
trunk/openwrt/include/package-fon.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/openwrt/include/package-fon.mk
r1755 r1756 111 111 # Install the upgrade and optional uninstall file 112 112 $(INSTALL_BIN) ./upgrade $$(PLUGIN_DIR_$(1)) 113 [ -f ./uninstall ] && $(INSTALL_DIR) $$(PLUGIN_DIR_$(1))/files/etc/uninstall/ 114 [ -f ./uninstall ] && $(INSTALL_BIN) ./uninstall $$(PLUGIN_DIR_$(1))/files/etc/uninstall/$$(SHORTNAME_$(1)) 113 if [ -f ./uninstall ]; then \ 114 $(INSTALL_DIR) $$(PLUGIN_DIR_$(1))/files/etc/uninstall/; \ 115 $(INSTALL_BIN) ./uninstall $$(PLUGIN_DIR_$(1))/files/etc/uninstall/$$(SHORTNAME_$(1)); \ 116 fi 115 117 116 118 # Create the tarball
