Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
Replaced some placeholder text (oops).
  • Loading branch information
pdarragh committed Jun 26, 2014
1 parent 3d0a6d5 commit 0d30f3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion management_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import loggers
import plist_editor

__version__ = '1.5.10'
__version__ = '1.5.11'
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/pypkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
options = {}
options['long_name'] = "Python Package Creator"
options['name'] = "pypkg.py"
options['version'] = '1.4'
options['version'] = '1.4.1'

from management_tools import loggers

Expand Down Expand Up @@ -141,7 +141,7 @@ def main(path, identifier, name, version, python, destination, signature, clean,
with open(os.path.join(script_dir, 'postinstall'), 'w') as f:
f.write('''\
#!/bin/bash
# There is no spoon.
# Forget the package from the receipts database.
/usr/sbin/pkgutil --forget {identifier}
'''.format(identifier=identifier))
os.chmod(os.path.join(script_dir, 'postinstall'), 0700)
Expand Down

0 comments on commit 0d30f3b

Please sign in to comment.