| 1 |
# maemo-optify-auto-opt config file |
| 2 |
# |
| 3 |
# List of folders to automatically optify at postinst and boot time. |
| 4 |
# Paths that are prepended with "-" are assumed to be optified before and |
| 5 |
# will be de-optified (i.e. content will be moved back to rootfs, if there is |
| 6 |
# space). |
| 7 |
# Folders are only optified if they are not expanded or symlinked from anywhere |
| 8 |
# |
| 9 |
# identified likely candidates with "du -s /usr/share/*|sort -n" |
| 10 |
# |
| 11 |
# warnings: |
| 12 |
# (*) do not specify folders with 'odd' naming conventions |
| 13 |
# paths including spaces etc |
| 14 |
# (*) only optify the lowest base folder possible |
| 15 |
# ie /foo/bar |
| 16 |
# instead of /foo/bar/one |
| 17 |
# (*) watch for circular links, try not to optify anything where this is likely |
| 18 |
|
| 19 |
-/usr/lib/browser/plugins |
| 20 |
/usr/share/fonts |
| 21 |
/usr/share/icons |
| 22 |
/usr/share/themes |
| 23 |
/usr/share/hildon-welcome |
| 24 |
/usr/share/pixmaps |
| 25 |
/var/cache/apt |
| 26 |
/var/lib/apt |
| 27 |
/usr/bin/chess_startup.launch |
| 28 |
/usr/bin/chessui.launch |
| 29 |
/usr/bin/lmarbles_startup.launch |
| 30 |
/usr/bin/maemoblocks |
| 31 |
/usr/bin/maemoblocks_startup |
| 32 |
/usr/bin/maemoblocks_startup.launch |
| 33 |
/usr/bin/Mahjong.launch |
| 34 |
/usr/bin/mahjong_startup.launch |
| 35 |
/usr/bin/osso_games_startup.launch |
| 36 |
/usr/bin/osso_lmarbles |
| 37 |
/usr/bin/osso_sketch.launch |
| 38 |
/usr/games |
| 39 |
/usr/lib/maemoblocks |
| 40 |
/usr/lib/osso-chess-ui |
| 41 |
/usr/lib/osso-lmarbles |
| 42 |
/usr/lib/osso-mahjong |
| 43 |
/usr/share/maemoblocks |
| 44 |
/usr/share/osso-lmarbles |
| 45 |
/usr/share/sounds/game-chess_checkmate.wav |
| 46 |
/usr/share/sounds/game-chess_check.wav |
| 47 |
/usr/share/sounds/game-chess_illegal_move.wav |
| 48 |
/usr/share/sounds/game-chess_piece_capture.wav |
| 49 |
/usr/share/sounds/game-chess_successful_movement.wav |
| 50 |
/usr/share/sounds/game-chess_successful_selection.wav |
| 51 |
/usr/share/sounds/game-chess_unsuccesful_selection.wav |
| 52 |
/usr/share/sounds/game-mahjong_correct_combination.wav |
| 53 |
/usr/share/sounds/game-mahjong_hint_usage.wav |
| 54 |
/usr/share/sounds/game-mahjong_incorrect_combination.wav |
| 55 |
/usr/share/sounds/game-mahjong_incorrect_selection.wav |
| 56 |
/usr/share/sounds/game-mahjong_shuffle_usage.wav |
| 57 |
/usr/share/sounds/game-mahjong_successful_selection.wav |
| 58 |
/usr/share/sounds/game-mahjong_undo_usage.wav |