i3-migrate-config-to-v4: drop the .pl suffix

As lintian (a Debian package checker) mentions, it is more clever to install it
without the extension, since the implementation language might change.
This commit is contained in:
Michael Stapelberg
2011-07-31 23:11:05 +02:00
parent 2aa5f4e231
commit 8353b9625d
8 changed files with 12 additions and 12 deletions

2
debian/changelog vendored
View File

@ -14,7 +14,7 @@ i3-wm (4.0-1) unstable; urgency=low
of all Firefox windows.
* As the configuration file needs new commands (and a few options are
obsolete), you need to change it. To make this process a little bit easier
for you, this release comes with the script i3-migrate-config-to-v4.pl. Just
for you, this release comes with the script i3-migrate-config-to-v4. Just
run it on your current config file and it will spit out a v4 config file to
stdout. To make things even better, i3 automatically detects v3 config files
and calls that script, so you never end up with a non-working config :).