mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
9 lines
145 B
Text
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
|
|
}
|