summaryrefslogtreecommitdiff
path: root/src/remove.sh
blob: 727bcec539515a826881fa840d73b876bfd5cedb (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

remove () {

    # TODO ask to remove package
    # TODO calculate broken dependencies
    # TODO 
}