Merge pull request #27 from gnome-terminator/cleanup/wrapper
Remove obsolete terminator.wrapper
This commit is contained in:
commit
fcf26f032c
|
@ -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 *
|
||||
|
|
1
setup.py
1
setup.py
|
@ -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']),
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
terminator $@
|
||||
|
Loading…
Reference in New Issue