Removing some none standard CRUX files

This commit is contained in:
jolupa 2019-05-30 01:39:29 +02:00
parent c44e540415
commit 64ef148410
3 changed files with 4 additions and 10 deletions

View File

@ -1,7 +1,5 @@
drwxr-xr-x root/root opt/
drwxr-xr-x root/root opt/balenaEtcher/
-rw-r--r-- root/root opt/balenaEtcher/LICENSE.electron.txt
-rw-r--r-- root/root opt/balenaEtcher/LICENSES.chromium.html
-rwxr-xr-x root/root opt/balenaEtcher/balena-etcher-electron
-rw-r--r-- root/root opt/balenaEtcher/blink_image_resources_200_percent.pak
-rw-r--r-- root/root opt/balenaEtcher/content_resources_200_percent.pak
@ -75,9 +73,6 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/balena-etcher-electron.desktop
drwxr-xr-x root/root usr/share/doc/
drwxr-xr-x root/root usr/share/doc/balena-etcher-electron/
-rw-r--r-- root/root usr/share/doc/balena-etcher-electron/changelog.gz
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/

View File

@ -1,5 +1,2 @@
untrusted comment: verify with /etc/ports/jolupalabs.pub
RWR9MnXh90yDEEmW3rRUlEygUzZrVF75KLrS7bD8jhCr/WwSQKStXKxNQA+tDtiooXzq4e3ARRGLWVzlJNv0dbEUmJi7nxn5pAo=
SHA256 (Pkgfile) = a721f1c66214f219a5990f7b938decb0fff728de868671234e8e72ef34843c75
SHA256 (.footprint) = ad9b16213142e092aa96e0b0f24ed05ba9774d00fe09155ccd55b41aa6e63854
SHA256 (balena-etcher-electron_1.5.43_amd64.deb) = efa12260dda2640d22fffbbe16a1c4ef9c684509b9aeadff232fbcc945ccff1c
RWR9MnXh90yDEOUTXdRyvge6A0TRNMADop6w7xCwTL8MPzby4Wwu4z9TvgMHkQeEx0J8xzOgAahlqpqFss4FQMotMBRl1e908QE=

View File

@ -6,7 +6,7 @@
name=balena-etcher
_name=etcher
version=1.5.43
release=1
release=2
source=(https://github.com/balena-io/$_name/releases/download/v$version/$name-electron_"$version"_amd64.deb)
build() {
@ -16,5 +16,7 @@ build() {
rm -r $PKG/usr/share/doc
#rm -r $PKG/opt/balenaEtcher/locales
rm $PKG/opt/balenaEtcher/LICENSE.electron.txt
rm $PKG/opt/balenaEtcher/LICENSES.chromium.html
}