~xsplash-team/xsplash/ubuntu

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Ken VanDine
  • Date: 2009-08-26 15:22:08 UTC
  • Revision ID: ken.vandine@canonical.com-20090826152208-s7ktwdf4s0ge8o5p
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh -e
2
 
 
3
 
case $1 in
4
 
    configure)
5
 
        chown gdm:root /usr/bin/xsplash
6
 
        chmod 4700 /usr/bin/xsplash
7
 
        ;;
8
 
esac
9
 
 
10
 
#DEBHELPER#