Skip to content

Commit

Permalink
Renamed file naturalscrolling.desktop.in -> naturalscrolling.desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
zedtux committed Mar 7, 2012
1 parent b8050ce commit 438c7cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include naturalscrolling.desktop.in
include naturalscrolling.desktop
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def update_config(values={}):

def update_desktop_file(datadir):
try:
fin = file("naturalscrolling.desktop.in", "r")
fin = file("naturalscrolling.desktop", "r")
fout = file(fin.name + ".new", "w")

for line in fin:
Expand All @@ -69,7 +69,7 @@ def update_desktop_file(datadir):
fin.close()
os.rename(fout.name, fin.name)
except (OSError, IOError):
print "ERROR: Can't find naturalscrolling.desktop.in"
print "ERROR: Can't find naturalscrolling.desktop"
sys.exit(1)


Expand Down

0 comments on commit 438c7cf

Please sign in to comment.