File: python-gnome2.postinst

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 (11 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

/usr/share/python/runtime.d/python-gnome2.rtupdate \
        rtupdate \
        pouet \
        $(pyversions -d)

#DEBHELPER#