File: prerm.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-- 125 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
 
set -e
 
package=haskell-mode
 
# FHS transition
if [ -L /usr/doc/$package ]; then
   rm -f /usr/doc/$package
fi