General updates and some cleanup with installs.
This commit is contained in:
@@ -1,6 +1,32 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Fixes ownershp
|
||||
function main() {
|
||||
sudo find . -type f -exec chmod 644 {} +
|
||||
sudo find . -type d -exec chmod 755 {} +
|
||||
sudo chown -R root:root ./*/
|
||||
|
||||
# Set postrm permissions
|
||||
for i in `find . -name postrm`; do
|
||||
sudo chmod 555 "${i}"
|
||||
done
|
||||
|
||||
# Set fxwinwrap permissions
|
||||
for i in `find . -name fxwinwrap`; do
|
||||
sudo chmod 755 "${i}"
|
||||
done
|
||||
|
||||
# Set xwinwrap permissions
|
||||
for i in `find . -name xwinwrap`; do
|
||||
sudo chmod 755 "${i}"
|
||||
done
|
||||
|
||||
sudo chmod 755 fxwinwrap*/opt/FXWinWrap/resources/bin/*
|
||||
builder;
|
||||
}
|
||||
|
||||
#builds debs
|
||||
function builder() {
|
||||
for i in `ls`; do
|
||||
if [[ -d "${i}" ]]; then
|
||||
dpkg --build "${i}"
|
||||
|
@@ -1,5 +0,0 @@
|
||||
find . -type f -exec chmod 644 {} +
|
||||
find . -type d -exec chmod 755 {} +
|
||||
|
||||
chown -R root:root ./*/
|
||||
|
0
src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/resources/bin/StartXWW.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/resources/bin/StartXWW.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/resources/bin/ffmpegthumbnailer
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-1-x64/opt/FXWinWrap/resources/bin/ffmpegthumbnailer
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-1-x86/opt/FXWinWrap/resources/bin/StartXWW.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-1-x86/opt/FXWinWrap/resources/bin/StartXWW.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-1-x86/opt/FXWinWrap/resources/bin/ffmpegthumbnailer
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-1-x86/opt/FXWinWrap/resources/bin/ffmpegthumbnailer
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-2-x64/opt/FXWinWrap/resources/bin/StartXWW.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-2-x64/opt/FXWinWrap/resources/bin/StartXWW.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-2-x64/opt/FXWinWrap/resources/bin/ffmpegthumbnailer
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-2-x64/opt/FXWinWrap/resources/bin/ffmpegthumbnailer
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-2-x86/opt/FXWinWrap/resources/bin/StartXWW.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-2-x86/opt/FXWinWrap/resources/bin/StartXWW.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-2-x86/opt/FXWinWrap/resources/bin/ffmpegthumbnailer
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-2-x86/opt/FXWinWrap/resources/bin/ffmpegthumbnailer
Normal file → Executable file
BIN
src/debs/fxwinwrap-0-1-3-x64/opt/FXWinWrap/Controller$1.class
Normal file
BIN
src/debs/fxwinwrap-0-1-3-x64/opt/FXWinWrap/Controller$1.class
Normal file
Binary file not shown.
BIN
src/debs/fxwinwrap-0-1-3-x64/opt/FXWinWrap/Controller$2.class
Normal file
BIN
src/debs/fxwinwrap-0-1-3-x64/opt/FXWinWrap/Controller$2.class
Normal file
Binary file not shown.
BIN
src/debs/fxwinwrap-0-1-3-x64/opt/FXWinWrap/Controller$3.class
Normal file
BIN
src/debs/fxwinwrap-0-1-3-x64/opt/FXWinWrap/Controller$3.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
src/debs/fxwinwrap-0-1-3-x64/opt/FXWinWrap/resources/bin/InstallFFMPEGTHUMB.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-3-x64/opt/FXWinWrap/resources/bin/InstallFFMPEGTHUMB.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-3-x64/opt/FXWinWrap/resources/bin/StartXWW.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-3-x64/opt/FXWinWrap/resources/bin/StartXWW.sh
Normal file → Executable file
BIN
src/debs/fxwinwrap-0-1-3-x86/opt/FXWinWrap/Controller$1.class
Normal file
BIN
src/debs/fxwinwrap-0-1-3-x86/opt/FXWinWrap/Controller$1.class
Normal file
Binary file not shown.
BIN
src/debs/fxwinwrap-0-1-3-x86/opt/FXWinWrap/Controller$2.class
Normal file
BIN
src/debs/fxwinwrap-0-1-3-x86/opt/FXWinWrap/Controller$2.class
Normal file
Binary file not shown.
BIN
src/debs/fxwinwrap-0-1-3-x86/opt/FXWinWrap/Controller$3.class
Normal file
BIN
src/debs/fxwinwrap-0-1-3-x86/opt/FXWinWrap/Controller$3.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
src/debs/fxwinwrap-0-1-3-x86/opt/FXWinWrap/resources/bin/InstallFFMPEGTHUMB.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-3-x86/opt/FXWinWrap/resources/bin/InstallFFMPEGTHUMB.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-3-x86/opt/FXWinWrap/resources/bin/StartXWW.sh
Normal file → Executable file
0
src/debs/fxwinwrap-0-1-3-x86/opt/FXWinWrap/resources/bin/StartXWW.sh
Normal file → Executable file
Reference in New Issue
Block a user