aur/webian-shell.install
2013-08-19 14:51:24 -07:00

7 lines
113 B
Text

post_install() {
ln -s /opt/webian-shell/Webian\ Shell /usr/bin/webian
}
post_remove() {
rm /usr/bin/webian
}