1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/vdfuse/vdfuse.install
2018-04-18 12:37:02 -04:00

8 lines
119 B
Plaintext

post_install() {
echo "+++ Uncomment \"user_allow_other\" in /etc/fuse.conf"
}
post_upgrade() {
post_install $1
}