Merge pull request #27 from gnome-terminator/cleanup/wrapper

Remove obsolete terminator.wrapper
This commit is contained in:
Markus Frosch 2020-04-20 20:07:06 +02:00 committed by GitHub
commit fcf26f032c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
include AUTHORS CHANGELOG* COPYING INSTALL README* remotinator setup.py terminator terminator.wrapper run_tests
include AUTHORS CHANGELOG* COPYING INSTALL README* remotinator setup.py terminator run_tests
recursive-include data *
recursive-include doc *
recursive-include po *

View File

@ -206,7 +206,6 @@ setup(name=APP_NAME,
license='GNU GPL v2',
scripts=['terminator', 'remotinator'],
data_files=[
('bin', ['terminator.wrapper']),
('share/appdata', ['data/terminator.appdata.xml']),
('share/applications', ['data/terminator.desktop']),
(os.path.join(man_dir, 'man1'), ['doc/terminator.1']),

View File

@ -1,4 +0,0 @@
#!/bin/bash
terminator $@