source:
lliurex-apt/trunk/fuentes/debian/lliurex-apt.postinst
@
923
Last change on this file since 923 was 923, checked in by , 5 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | set -e |
4 | |
5 | |
6 | #VARS |
7 | |
8 | OUR_BINARY=/usr/bin/llx-apt-backend |
9 | |
10 | case $1 in |
11 | |
12 | |
13 | configure) |
14 | chown root $OUR_BINARY |
15 | chmod +s $OUR_BINARY |
16 | |
17 | ;; |
18 | |
19 | esac |
20 | |
21 | #DEBHELPER# |
22 | exit 0 |
23 |
Note: See TracBrowser
for help on using the repository browser.