diff options
Diffstat (limited to 'deskutils/hamster-applet/files/patch-hamster___init__.py')
-rw-r--r-- | deskutils/hamster-applet/files/patch-hamster___init__.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/deskutils/hamster-applet/files/patch-hamster___init__.py b/deskutils/hamster-applet/files/patch-hamster___init__.py deleted file mode 100644 index a277063e0211..000000000000 --- a/deskutils/hamster-applet/files/patch-hamster___init__.py +++ /dev/null @@ -1,10 +0,0 @@ ---- hamster/__init__.py.orig 2008-08-07 10:53:47.000000000 -0400 -+++ hamster/__init__.py 2008-08-07 10:54:01.000000000 -0400 -@@ -74,6 +74,7 @@ if not exists(USER_HAMSTER_DIR): - if not exists(HAMSTER_DB): - print "Database not found in %s - installing default from %s!" % (HAMSTER_DB, SHARED_DATA_DIR) - copyfile(join(SHARED_DATA_DIR, DB_FILE), HAMSTER_DB) -+ os.chmod(HAMSTER_DB, 0644) - - # Init storage - |