File: JB-demo.prerm.in.svn-base

package info (click to toggle)
sun-java5 1.5.0-10-3
  • links: PTS
  • area: non-free
  • in suites: etch-m68k
  • size: 92,376 kB
  • ctags: 95
  • sloc: sh: 353,991; makefile: 704
file content (19 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh -e

gnome=''

for i in $gnome
do
    case $i in
    */*)
	update-alternatives --remove $j /usr/share/gnome/$i
	;;

    *)
	j=$i
	;;

    esac
done

#DEBHELPER#