~nlaurance/timekpr/cmdline

« back to all changes in this revision

Viewing changes to debian/timekpr.postinst

  • Committer: Savvas Radevic
  • Date: 2008-10-15 21:05:00 UTC
  • Revision ID: vicedar@gmail.com-20081015210500-10t24u114gzpabk6
Debianizing - Cleaning up (part 3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
#Remove old .desktop menu item
3
 
if [ -e /usr/share/applications/timekpr.desktop ] ; then
4
 
  rm /usr/share/applications/timekpr.desktop
5
 
fi
6
 
 
7
2
#Prepare gdm and login in /etc/pam.d/
8
3
gfile='/etc/pam.d/gdm'
9
4
lfile='/etc/pam.d/login'