Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DL/Edit Debian PKG
- http://www.redmondpie.com/how-to-directly-download-deb-file-from-cydia-of-any-jailbreak-tweak-you-want/
- 1. Download 7 zip, unzip the debian
- 2. there will now be 2 files, control and data, unzip these with winrar or something like that
- 3. go in the control folder, edit the control file, you will find a dependency line, change what dependencies you want to add/remove
- your done, now just repack it
- to do so
- 1. make a folder called whatever the .deb is to rename, for instance here, "Notified"
- 2. make a folder inside that folder called DEBIAN, copy the control file inside the old control folder here
- 3. next just take the data folder an put in inside the Notified folder
- 4. Drag the notified folder to SSH /var/root/
- 5. type CTRL + T, type this "dpkg -b "Notified" Notified.deb"
- - dpkg -b (means build a deb)
- - "Notified" (is the folder)
- - Notified.deb (is the new .deb)
Advertisement
Add Comment
Please, Sign In to add comment