source:
lliurex-artwork-cursors/trunk/fuentes/debian/lliurex-artwork-cursors-big.postinst
@
421
Last change on this file since 421 was 65, checked in by , 5 years ago | |
---|---|
File size: 334 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | set -e |
3 | |
4 | |
5 | case "$1" in |
6 | configure) |
7 | update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /etc/X11/cursors/lliurex-cursor-big.theme 112 |
8 | ;; |
9 | |
10 | abort-upgrade|abort-deconfigure|abort-remove) |
11 | ;; |
12 | |
13 | *) |
14 | echo "$0 called with unknown argument \`$1'" 1>&2 |
15 | exit 1 |
16 | ;; |
17 | esac |
18 | |
19 | #DEBHELPER# |
20 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.