summaryrefslogtreecommitdiff
path: root/Library/free.sh
blob: 2e90608e0d1d3eee7de8fe067e462c82496c0e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

# /usr/bin \

for dir in \
    /Applications \
    /Library/Wallpaper \
    /Library/Ringtones \
    /usr/include \
    /usr/lib/pam \
    /usr/libexec \
    /usr/share \
; do
    . /usr/libexec/cydia/move.sh "$@" "${dir}"
done

sync