Changeset 34
- Timestamp:
- 01/12/06 12:06:16 (3 years ago)
- Location:
- trunk/pcscd_autostart
- Files:
-
- 2 modified
-
Info.plist (modified) (1 diff)
-
resources/postflight (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pcscd_autostart/Info.plist
r19 r34 4 4 <dict> 5 5 <key>CFBundleGetInfoString</key> 6 <string>0.9 , OpenSC Project</string>6 <string>0.9.1, OpenSC Project</string> 7 7 <key>CFBundleIdentifier</key> 8 8 <string>org.opensc.pcscd_autostart</string> 9 9 <key>CFBundleShortVersionString</key> 10 <string>0.9 </string>10 <string>0.9.1</string> 11 11 <key>IFPkgFlagAllowBackRev</key> 12 12 <false/> -
trunk/pcscd_autostart/resources/postflight
r31 r34 1 1 #!/bin/bash 2 3 #remove previous version of pcscd_autostart 4 rm -rf /Library/StartupItems/pcscd_autostart 2 5 3 6 #enable pcscd autolauncher
