mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
synced 2025-10-23 00:12:14 +00:00
15 lines
284 B
Makefile
15 lines
284 B
Makefile
SUBDIRS = \
|
|
systemd \
|
|
dgsm \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = osmo-hlr-post-upgrade.sh
|
|
|
|
install-data-hook:
|
|
install -Dm755 $(srcdir)/osmo-hlr-post-upgrade.sh \
|
|
-t $(DESTDIR)$(datadir)/osmocom/
|
|
|
|
uninstall-hook:
|
|
@$(PRE_UNINSTALL)
|
|
$(RM) $(DESTDIR)$(datadir)/osmocom/osmo-hlr-post-upgrade.sh
|