File: rabbit.preinst

package info (click to toggle)
rabbit 3.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,220 kB
  • sloc: ruby: 29,637; lisp: 309; makefile: 43; sh: 9
file content (11 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ -e /usr/lib/ruby/1.8/rabbit/theme ] && [ -L /usr/lib/ruby/1.8/rabbit/theme ]; then
    rm -f /usr/lib/ruby/1.8/rabbit/theme
fi

#DEBHELPER#

exit 0