PKGBUILDs/community/conkeror-git/conkeror.install
2009-10-09 21:15:33 -05:00

9 lines
145 B
Text

post_install() {
ln -s /usr/share/conkeror/conkeror /usr/bin/conkeror
}
post_update() {
post_install
}
pre_remove() {
rm /usr/bin/conkeror
}