Remove obsolete terminator.wrapper

We don't really need this file, if one needs to wrap the binary they could use $HOME/bin/terminator
This commit is contained in:
Markus Frosch 2020-04-19 14:41:15 +02:00
parent de432f735d
commit 53118b9eaa
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 $@