This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
linux-patches-and-scripts
mirror of
https://github.com/Fincer/linux-patches-and-scripts
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Various compilation scripts & patches for Linux programs.
linux
archlinux
script
patch
arch-linux
104
Commits
1
Branch
21 MiB
Shell
98.7%
C++
1.3%
Branch:
master
linux-patches-and-scripts
/
metashape
/
metashape.install
11 lines
145 B
Raw
Permalink
Blame
History
post_install() {
update-desktop-database -q
}
post_upgrade() {
update-desktop-database -q
}
post_remove() {
update-desktop-database -q
}