mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
7 lines
113 B
Text
7 lines
113 B
Text
post_install() {
|
|
ln -s /opt/webian-shell/Webian\ Shell /usr/bin/webian
|
|
}
|
|
|
|
post_remove() {
|
|
rm /usr/bin/webian
|
|
}
|