File: postrm.haskell-mode

package info (click to toggle)
haskell-mode 1.4.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 348 kB
  • ctags: 272
  • sloc: lisp: 3,388; makefile: 36; sh: 24; haskell: 20
file content (10 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
 
set -e
 
if [ "$1" = "purge" -a -e /usr/share/debconf/confmodule ]; then
    # Source debconf library.
    . /usr/share/debconf/confmodule
    # Remove my changes to the db.
    db_purge
fi