File: python-gnome2.rtupdate

package info (click to toggle)
gnome-python 2.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,420 kB
  • ctags: 933
  • sloc: sh: 9,060; ansic: 7,997; xml: 2,464; python: 1,925; makefile: 377
file content (10 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ "$1" = rtupdate ]; then
    new_version=${3#python}
    ln -sf libpythonmethod-$new_version.so \
        /usr/lib/gnome-vfs-2.0/modules/libpythonmethod.so
fi