source:
lliurex-adobe-fixer/trunk/fuentes/debian/lliurex-adobe-fixer.postinst
@
772
Last change on this file since 772 was 772, checked in by , 5 years ago | |
---|---|
File size: 288 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | |
4 | ADOBE_BASH_COMPLETION_FILE="/etc/bash_completion.d/acroread.sh" |
5 | |
6 | case "$1" in |
7 | configure) |
8 | # Empty the file if exists |
9 | [ ! -e ${ADOBE_BASH_COMPLETION_FILE} ] || :> ${ADOBE_BASH_COMPLETION_FILE} |
10 | ;; |
11 | *) |
12 | echo "Unknown argument" |
13 | ;; |
14 | esac |
15 | |
16 | #DEBHELPER# |
17 | |
18 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.