PKGBUILDs/community/conkeror-git/conkeror.install

10 lines
145 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
ln -s /usr/share/conkeror/conkeror /usr/bin/conkeror
}
post_update() {
post_install
}
pre_remove() {
rm /usr/bin/conkeror
}