Skip to content

Commit

Permalink
Update repo files
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeljellyfish committed Jul 4, 2023
1 parent 9b9de1d commit 9d89664
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 12 deletions.
Binary file removed .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions Packages
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,10 @@ Maintainer: pixeljellyfish <pixel.jellyfish12@gmail.com>, c0dine
Installed-Size: 1008
Depends: mobilesubstrate, preferenceloader, ws.hbang.common, firmware (>= 7.0)
Filename: ./debs/com.pixeljellyfish.c0mebackf0lders_3.5_iphoneos-arm.deb
Size: 622286
MD5sum: 6961ad34b2fd8ea55c7826e1ae6d0487
SHA1: 71ac04ddab0c912434338b95fedab6e04c2ecde3
SHA256: b4539e6fc16ecbd7074f5f497d7cae0d37eb043c7ac2c9f24d0747eac180140e
Size: 622170
MD5sum: 5e52999805b97016748c8acfa2b54c46
SHA1: b30d0b0511964d9fcafc9d0e15ea4b139b1aca0b
SHA256: 25a51e203550c311e325d328c4a728a87f1551b33bba62556c9e747f4fe68d8b
Section: Tweaks
Description: Prevents Folders from being removed from the HomeScreen.
Tag: role::user, purpose::system
Expand Down
Binary file modified Packages.bz2
Binary file not shown.
Binary file modified Packages.lzma
Binary file not shown.
Binary file modified Packages.xz
Binary file not shown.
Binary file removed assets/.DS_Store
Binary file not shown.
Binary file removed assets/images/.DS_Store
Binary file not shown.
Binary file removed assets/images/header_images/.DS_Store
Binary file not shown.
Empty file added debs/Packages
Empty file.
Binary file added debs/Packages.bz2
Binary file not shown.
Binary file added debs/Packages.lzma
Binary file not shown.
Binary file added debs/Packages.xz
Binary file not shown.
Binary file modified debs/com.pixeljellyfish.c0mebackf0lders_3.5_iphoneos-arm.deb
Binary file not shown.
14 changes: 6 additions & 8 deletions scan-packages.sh
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@

#!/bin/sh

# postinst script for scan-packages
find . -name '.DS_Store' -type f -delete


#packages
echo building package list
# packages
echo "Building package list"
dpkg-scanpackages -m ./debs > Packages

echo bzip compressing
echo "Bzip compressing"
bzip2 -5fkv Packages > Packages.bz2

echo xz compressing
echo "XZ compressing"
xz -5fkev Packages > Packages.xz

echo lzma compressing
xz -5fkev --format=lzma Packages > Packages.lzma
echo "LZMA compressing"
xz -5fkev --format=lzma Packages > Packages.lzma

0 comments on commit 9d89664

Please sign in to comment.