~ubuntu-desktop/ubuntu/karmic/desktopcouch/karmic

« back to all changes in this revision

Viewing changes to debian/desktopcouch.postinst

  • Committer: Ken VanDine
  • Date: 2009-08-02 08:27:27 UTC
  • Revision ID: ken.vandine@canonical.com-20090802082727-ti075ce7zq9n8ti3
Added postinst to set permissions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
# Set permissions on scripts
 
4
if [ "$1" = "configure" ]; then
 
5
        chmod 755 /usr/lib/desktopcouch/desktopcouch-{service,stop}
 
6
fi