Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0mWh authored Feb 12, 2022
1 parent b57f852 commit 42e2e10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ automated scripts to assist with modifying .deb packages

## extract.sh
### usage: `./extract.sh <exact package name>`
- will not run if files already exist in a folder matching the package name.
- will fail if package name is not found in the current apt sources.

This won't run if files already exist in a folder matching the package name, or if the package name is not found in the current apt sources.
Current, original files are extracted to `<name>/original/` and left for reference. The files you should modify are in `<name>/output/`.

## compact.sh
### usage: `./compact.sh <folder name>`
### usage: `./compact.sh <name>`
This packs the files from `<name>/output/` into a .deb package at `<name>/output/out.deb`

0 comments on commit 42e2e10

Please sign in to comment.