This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## Originally written by aysiu from the Ubuntu Forums | |
## This is GPL'ed code | |
## So improve it and re-release it | |
## Define portion to make Thunar the default if that appears to be the appropriate action | |
makethunardefault() | |
{ | |
## I went with --no-install-recommends because |
NewerOlder