|
| 1 | +# displace.sh.in: diversion helpers for maintainer scripts |
1 | 2 | # |
2 | 3 | # displace_link <prefix> <suffix> |
3 | 4 | # |
|
13 | 14 | # |
14 | 15 | # Version: 4.0 |
15 | 16 | # |
| 17 | +# Copyright © 2008–2012 Tim Abbott <[email protected]> and Anders |
| 18 | + |
| 19 | +# |
| 20 | +# Permission is hereby granted, free of charge, to any person |
| 21 | +# obtaining a copy of this software and associated documentation files |
| 22 | +# (the “Software”), to deal in the Software without restriction, |
| 23 | +# including without limitation the rights to use, copy, modify, merge, |
| 24 | +# publish, distribute, sublicense, and/or sell copies of the Software, |
| 25 | +# and to permit persons to whom the Software is furnished to do so, |
| 26 | +# subject to the following conditions: |
| 27 | +# |
| 28 | +# The above copyright notice and this permission notice shall be |
| 29 | +# included in all copies or substantial portions of the Software. |
| 30 | +# |
| 31 | +# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, |
| 32 | +# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 33 | +# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 34 | +# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
| 35 | +# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
| 36 | +# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 37 | +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 38 | +# SOFTWARE. |
| 39 | +# |
16 | 40 |
|
17 | 41 | package=#PACKAGE# |
18 | 42 |
|
@@ -131,3 +155,5 @@ check_undisplace_unhide() |
131 | 155 | undisplace_unhide "$file" |
132 | 156 | fi |
133 | 157 | } |
| 158 | + |
| 159 | +# End of divert.sh.in |
0 commit comments