summaryrefslogtreecommitdiff
path: root/Library/free.sh
blob: b18b9fd5356d88c292e5338a963cdf327de33488 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

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