7 lines
161 B
Text
7 lines
161 B
Text
post_install() {
|
|
echo "NaviThingy installed. GPU compositing is disabled to prevent WebKitGTK issues."
|
|
}
|
|
|
|
pre_remove() {
|
|
echo "Removing NaviThingy..."
|
|
}
|