This file is indexed.

postinst is in dmz-cursor-theme 0.4.5ubuntu1.

This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
#! /bin/sh
set -e



update-alternatives --install /usr/share/icons/default/index.theme \
        x-cursor-theme /usr/share/icons/DMZ-White/cursor.theme 100
update-alternatives --install /usr/share/icons/default/index.theme \
        x-cursor-theme /usr/share/icons/DMZ-Black/cursor.theme 30