diff options
author | Jay Freeman <saurik@saurik.com> | 2008-03-03 00:15:39 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-03-03 00:15:39 +0000 |
commit | 4d3e0cb850d0a8d5335d41ba6ce55dee10673c43 (patch) | |
tree | 1f7e21034c697e88ae11417a9d26dd54aa1e6859 /data/cydia/_metadata | |
parent | ed53949860fa9d9545555f00b21c95d068a9625f (diff) |
Merged to Cydia 2340.
git-svn-id: http://svn.telesphoreo.org/trunk@144 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/cydia/_metadata')
l--------- | data/cydia/_metadata/darwintools.dep | 1 | ||||
-rwxr-xr-x | data/cydia/_metadata/postinst | 3 | ||||
-rw-r--r-- | data/cydia/_metadata/version | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/data/cydia/_metadata/darwintools.dep b/data/cydia/_metadata/darwintools.dep new file mode 120000 index 000000000..190bdde01 --- /dev/null +++ b/data/cydia/_metadata/darwintools.dep @@ -0,0 +1 @@ +../../darwintools
\ No newline at end of file diff --git a/data/cydia/_metadata/postinst b/data/cydia/_metadata/postinst new file mode 100755 index 000000000..a015b2937 --- /dev/null +++ b/data/cydia/_metadata/postinst @@ -0,0 +1,3 @@ +#!/bin/bash +/usr/libexec/cydia/alert -t 'Please Restart Cydia' -o & +exit 0 diff --git a/data/cydia/_metadata/version b/data/cydia/_metadata/version index b25801a24..48468b538 100644 --- a/data/cydia/_metadata/version +++ b/data/cydia/_metadata/version @@ -1 +1 @@ -1.0.2330 +1.0.2340 |