mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-28 23:21:53 +00:00
10 lines
145 B
Text
10 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
|
||
|
}
|