File: python-gnome2.postinst

package info (click to toggle)
gnome-python 2.28.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,288 kB
  • sloc: sh: 10,219; ansic: 7,997; xml: 2,464; python: 1,886; makefile: 392
file content (14 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

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

# remove cruft from pysupport which breaks upgrades
rm -f /usr/lib/pymodules/python2.*/gtk-2.0/gnome/__init__.py*

#DEBHELPER#