diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 488c211..0a0e1c8 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -6,6 +6,11 @@ ithemedir = $(DESTDIR)$(themedir) ithemedarkerdir = $(DESTDIR)$(themedarkerdir) ithemedarkdir = $(DESTDIR)$(themedarkdir) +install-exec-hook: + @ echo "Coping/upgrading arc-theme-upgrade script to /usr/bin/" + @ pwd + @ cp -f ../arc-theme-upgrade /usr/bin/ + install-data-local: if ENABLE_LIGHT |