Parent Directory
|
Revision Log
* Add nanorc.sample as an example, even if the system-wide nanorc is a modified copy of it. * Don't distribute po/ChangeLog. The source package is enough for that. * Rename debhelper configuration files to have the "nano." prefix.
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -e |
| 4 | |
| 5 | if [ "$1" != "upgrade" ]; then |
| 6 | update-alternatives --remove editor /bin/nano |
| 7 | update-alternatives --remove pico /bin/nano |
| 8 | fi |
| 9 | |
| 10 | #DEBHELPER# |
| Name | Value |
|---|---|
| svn:mergeinfo |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |