|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=family-dns |
|
|
PKG_NAME:=family-dns |
|
|
PKG_VERSION:=1.0.0 |
|
|
PKG_VERSION:=1.0.0 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_RELEASE:=2 |
|
|
PKG_LICENSE:=MIT |
|
|
PKG_LICENSE:=MIT |
|
|
PKG_MAINTAINER:=Gregory L. Dietsche <Gregory.Dietsche@cuw.edu> |
|
|
PKG_MAINTAINER:=Gregory L. Dietsche <Gregory.Dietsche@cuw.edu> |
|
|
|
|
|
|
|
@ -47,7 +47,7 @@ endef |
|
|
|
|
|
|
|
|
define Package/family-dns/prerm |
|
|
define Package/family-dns/prerm |
|
|
#!/bin/sh
|
|
|
#!/bin/sh
|
|
|
if [ -z "$${IPGK_INSTROOT}" ]; then |
|
|
|
|
|
|
|
|
if [ -z "$${IPKG_INSTROOT}" ]; then |
|
|
/usr/sbin/family-dns-update uninstall |
|
|
/usr/sbin/family-dns-update uninstall |
|
|
fi |
|
|
fi |
|
|
exit 0 |
|
|
exit 0 |
|
|