ddns-scripts_aliyun/dnspod: rename service files

This commit is contained in:
Tianling Shen 2020-12-27 12:14:48 +08:00
parent 574a39718d
commit 049f877922
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
4 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ endef
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/lib/ddns $(1)/usr/share/ddns/default
$(INSTALL_BIN) $(CURDIR)/files/update_aliyun_com.sh $(1)/usr/lib/ddns
$(INSTALL_DATA) $(CURDIR)/files/aliyun_com.json $(1)/usr/share/ddns/default
$(INSTALL_DATA) $(CURDIR)/files/aliyun.com.json $(1)/usr/share/ddns/default
endef
define Package/$(PKG_NAME)/prerm