Skip to content

Commit 0464b15

Browse files
committed
skyscraper: delete Bash completion on removal
1 parent b6af87b commit 0464b15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scriptmodules/supplementary/skyscraper.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ function install_skyscraper() {
5050
)
5151
}
5252

53+
function remove_skyscraper() {
54+
rm -f "$home/.bash_completion.d/Skyscraper.bash"
55+
}
56+
5357
# Get the location of the cached resources folder. In v3+, this changed to 'cache'.
5458
# Note: the cache folder might be unavailable during first time installations
5559
function _cache_folder_skyscraper() {

0 commit comments

Comments
 (0)