Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- linux_firmware_20200531.sfs
- huge-5.4.53-fossapup64.tar.bz2
- #####################################
- # fix pcmanfm desktop #
- #####################################
- sed -i -e 's/Categories=*.*/Categories=FileManager/g' /usr/share/applications/pcmanfm.desktop
- sed -i -e 's/Exec=*.*/Exec=pcmanfm/g' /usr/share/applications/pcmanfm.desktop
- #####################################
- # update pcmanfm settings #
- #####################################
- file_path=/$USER/.config/pcmanfm/default/pcmanfm.conf
- path_path=/$USER/.config/pcmanfm/default
- if [ -f "$file_path" ]; then
- echo "copying pcmanfm.conf"
- cp -R pcmanfm.conf $path_path
- fi
- fixmenus # fix menus
- jwm -restart # restart jwm
Add Comment
Please, Sign In to add comment