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:
parent
de432f735d
commit
53118b9eaa
|
@ -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 data *
|
||||||
recursive-include doc *
|
recursive-include doc *
|
||||||
recursive-include po *
|
recursive-include po *
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -206,7 +206,6 @@ setup(name=APP_NAME,
|
||||||
license='GNU GPL v2',
|
license='GNU GPL v2',
|
||||||
scripts=['terminator', 'remotinator'],
|
scripts=['terminator', 'remotinator'],
|
||||||
data_files=[
|
data_files=[
|
||||||
('bin', ['terminator.wrapper']),
|
|
||||||
('share/appdata', ['data/terminator.appdata.xml']),
|
('share/appdata', ['data/terminator.appdata.xml']),
|
||||||
('share/applications', ['data/terminator.desktop']),
|
('share/applications', ['data/terminator.desktop']),
|
||||||
(os.path.join(man_dir, 'man1'), ['doc/terminator.1']),
|
(os.path.join(man_dir, 'man1'), ['doc/terminator.1']),
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
terminator $@
|
|
||||||
|
|
Loading…
Reference in New Issue