postinstall script packagemaker
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type:subject :date:message-id:to:mime-version:x-mailer; bh=Jug23yts+JOUkt88HnfMXu4E5JIl72nzNKRCenqDN6U=; b=YEhCQflAUF8sY3CupwyK84Yi0L2FDAUBOOD9wy/6Xx3VtDy80Rdp199hRi8DIDONLH Bg7MjbfJo9p9fBYuAXa6Dptf53ai8NLPcyqEt7ZRqc4ODh9U2ud2eTZTMc2g3vpcFJh2 la47O7Nv/GM1Oxm5e8OZ/QYwt368vO7audChU= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:subject:date:message-id:to:mime-version:x-mailer; b=L46Ja5GgzgQ5Uv1ljg4r+Wf770bcpiNdtHdj/Tl/agxO7qOdIawPXpHJEqLU9Z+8oy 8gAUSb4/iHFGjO2nvTr/JOxcmvTEkQMIndaVhnT12WfbtN20UQ6Fx6RH1tm4Djai9KBK 3a1fr6EE+G8O7/hMVETVhQQ/yitvIPf2BVQL8= #!/bin/sh defaults delete $HOME/Library/Preferences/com.apple.Safari myKeyToDelete #!/bin/sh /usr/bin/defaults delete myKeyToDelete #!/bin/sh MY_UNUSED_KEY="com.apple.Safari myKeyToDelete" if [ -d "MY_UNUSED_KEY" ]; then echo "Removing unused preferences" /usr/bin/defaults delete "MY_UNUSED_KEY" fi _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Russell Gray