File: postinst

package info (click to toggle)
mtools 3.9.8-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,432 kB
  • ctags: 1,839
  • sloc: ansic: 16,670; sh: 2,737; makefile: 282; sed: 8
file content (10 lines) | stat: -rw-r--r-- 110 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Clean up old conffiles

if [ -f /etc/mtools.ref ]
then
  /bin/rm /etc/mtools.ref
fi

#DEBHELPER#