initial commit

This commit is contained in:
R-type
2015-12-14 14:00:35 +01:00
commit 5a96c0ca66
377 changed files with 149124 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
set -e
if [ "$1" = "configure" -a -x /usr/bin/update-menus ]; then update-menus ; fi