blob: 37c4aa4d58d31b3c8974c5b3d8559754696a97b3 [file] [log] [blame]
Neels Hofmeyr52ef60f2019-11-20 12:37:41 +01001SUBDIRS = \
2 systemd \
3 dgsm \
4 $(NULL)
Oliver Smith60673e72021-05-31 09:45:07 +02005
6EXTRA_DIST = osmo-hlr-post-upgrade.sh
7
8install-data-hook:
9 install -Dm755 $(srcdir)/osmo-hlr-post-upgrade.sh \
10 -t $(DESTDIR)$(datadir)/osmocom/
11
12uninstall-hook:
13 @$(PRE_UNINSTALL)
14 $(RM) $(DESTDIR)$(datadir)/osmocom/osmo-hlr-post-upgrade.sh