Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import os
- for file in os.listdir("./debian"):
- name, ext = os.path.splitext(file)
- if(ext == ".symbols"):
- os.system("dpkg-gensymbols -p" + name + " -Pdebian/" + name + " -Odebian/" + name + ".symbols")
Add Comment
Please, Sign In to add comment