Guest User

[HASCIICAM.INSTALL] By SpepS

a guest
Mar 5th, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. post_install() {
  2. update-desktop-database -q
  3. }
  4.  
  5. post_upgrade() {
  6. post_install
  7. }
  8.  
  9. post_remove() {
  10. post_install
  11. }
Add Comment
Please, Sign In to add comment