aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 666744a..9ec217f 100755
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,7 @@ setup(name = 'layman',
'layman.config_modules.makeconf', 'layman.config_modules.reposconf',
'layman.overlays', 'layman.overlays.modules',
] + modules,
- scripts = ['bin/layman', 'bin/layman-updater'],
+ scripts = ['bin/layman', 'bin/layman-overlay-maker',
+ 'bin/layman-mounter', 'bin/layman-updater'],
license = 'GPL',
)