source:
arc-theme/trunk/fuentes/debian/postinst
Last change on this file was 2173, checked in by , 5 years ago | |
---|---|
File size: 165 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | set -e |
4 | case "$1" in |
5 | configure) |
6 | |
7 | |
8 | |
9 | ;; |
10 | |
11 | abort-upgrade|abort-remove|abort-deconfigure) |
12 | ;; |
13 | |
14 | *) |
15 | exit 1 |
16 | ;; |
17 | esac |
18 | |
19 | #DEBHELPER# |
20 | |
21 | exit 0 |
22 |
Note: See TracBrowser
for help on using the repository browser.